objectiser / scribble

Language for describing interactions between multiple participants.
http://www.scribble.org
1 stars 0 forks source link

Best way to build ANTLR model #15

Closed objectiser closed 14 years ago

objectiser commented 14 years ago

See whether better to use a custom TreeAdaptor, or is it better to add code fragments to the grammer - although this may generally be used for executing behaviour, but might be possible to construct the model.

objectiser commented 14 years ago

This has been done using a TreeAdaptor with specific logic to determine when model objects should be constructed. This needs customisation as the model is defined.