ModelDriven / Alf-Reference-Implementation

Open-source implementation of the Action Language for fUML (Alf) specification.
30 stars 2 forks source link

There should be a framework to allow the use of different parsing technologies #62

Closed seidewitz closed 6 years ago

seidewitz commented 6 years ago

Right now, the reference implementation uses JavaCC parsing technology, and there is no framework for replacing this with a different technology or an alternate grammar. Parsing is also closely tied to the current fixed implementation of the Alf abstract syntax.

seidewitz commented 6 years ago

Resolved in v1.1.0d.