Login  Register

Re: Asciidoc syntax definition

Posted by sdaschner on Apr 02, 2015; 9:35am
URL: https://discuss.asciidoctor.org/Asciidoc-syntax-definition-tp1920p2933.html

I also vote for ANTLR.
IMO we should have a Java-based parser (not only, necessarily) and keep the dependencies small due to the use cases we have (and could have). A current issue is for instance the AsciidoctorJ dependency on JRuby (which may cause trouble on classloading, e.g. on WildFly). So a "native"-Java solution would be the best IMO.