ggrossetie / asciidoctor-inline-parser

15 stars 4 forks source link

Compile the grammer at build time #10

Closed ggrossetie closed 5 years ago

ggrossetie commented 6 years ago

We want to avoid using the Treetop runtime generator and compile the grammar statically in order to eliminate the dependency on Treetop polyglot.

Related to: #7