concrete_syntax.rst 376 B

123456789
  1. Concrete Syntax
  2. ===============
  3. Concrete syntax is an unavoidable aspect of modelling if you want to have decent usability.
  4. However, as the Modelverse is only a back-end, we leave concrete syntax up to the front-end to specify.
  5. Nonetheless, we have described and implemented a relatively simple way of supporting flexible concrete syntax, in an explicitly defined way.
  6. TODO