-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently, to create a consumer chain that operates on an SVN Dump stream you must write Java code, compile it into your JAR and then run it on your SVN dump file. It is a tedious process.
To make this easier, we can create a DSL that describes a consumer chain. The file that describes the consumer chain can be read at runtime and the consumer chain be generated dynamically, requiring no recompilation.
This will make running the program from the CLI much easier.
The DSL should be implemented in JavaCC.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels