eMoflon / emoflon-neo

A Neo4j-based implementation of eMoflon
Eclipse Public License 2.0
6 stars 2 forks source link

[TGG Compiler] Handle empty or missing grammars elegantly #179

Closed anthonyanjorin closed 5 years ago

anthonyanjorin commented 5 years ago

At the moment if a triple grammar does not specify any rules, empty files with imports are still generated and our parser complains that the files are empty. This should be handled better.