openEHR / adl-antlr

Antrl4 grammars for ADL
Apache License 2.0
1 stars 4 forks source link

Attempt at fixing the grammar #5

Closed pieterbos closed 8 years ago

pieterbos commented 8 years ago

What i did

Called it Vocabulary, because AdlLexer clashes with the lexer from the adl-grammar.

To compile

You first have to generate the lexer, then the rest - or it doesn't work:

antlr4 AdlVocabulary.g4
antlr4 Adl

Still broken (not a complete list, probably):

fixes #1 fixes #2 fixes #3

pieterbos commented 8 years ago

No longer relevant