A template for new RGLs
This repository contains concrete grammr files for all relevant modules of the RGL abstract syntax and provides a starting point for the development of new RGLs.
To get started change XXX both in the file names and in the files to the language code of the language you are working on. The grammar shoud compile out of the box but all functions are just placeholders that have to be replaced for the new language.
An alternative version is available in the gf-rgl with more in-detail instructions for creating your own RGL grammar.