You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jabsc can be used in different contexts that are not necessarily Maven compatible. It's better to minimize Maven dependencies as much as possible to create a more light-weight JAR artifact.
The text was updated successfully, but these errors were encountered:
Currently the Maven dependencies are:
- Parser and Lexer: jflex, java_cup
- CLI: airlift and Guava
The current footprint is around 5MB. Can be more optimized
but not that bad.
Refs #43
jabsc can be used in different contexts that are not necessarily Maven compatible. It's better to minimize Maven dependencies as much as possible to create a more light-weight JAR artifact.
The text was updated successfully, but these errors were encountered: