A guide to maintainable generators in JetBrains MPS.
You can view this guide online at:
https://coolya.github.io/maintainable-generators/
- Kolja Dummann
- Björn Engelmann [big thank you for documenting your journey into MPS generators and putting it in the common pitfalls section!]
- Alexander Rimer
- Joao Silveira
The individual documents for each section are located in the docs folder. Clone the repo and write in your favourite editor. Or directly in the web browser for instance with https://dillinger.io
- Install
mkdocssee http://www.mkdocs.org/#installation for details - Install the Alabaster theme https://github.com/notpushkin/mkdocs-alabaster
- run
mkdocs serveand pointer your webbrowser to http://127.0.0.1:8000/