diff --git a/cgtl/README.md b/cgtl/README.md new file mode 100644 index 0000000000..4b1a152f8d --- /dev/null +++ b/cgtl/README.md @@ -0,0 +1,4 @@ +This is the grammar and lexer for the CGTL (Concrete Grammar Transformation Language). +CGTL is used to transform ASTs as produced by ANTLR, into any target textual language or documentation. + +It provides a quick way to build DSML tools and to do tasks such as program abstraction or program translation.