odiszapc / nginx-java-parser

Nginx configuration parser based on ANTLR4 grammar
260 stars 87 forks source link

Parser fails on replacement tokens <%= and %> #10

Open MTyson opened 8 years ago

MTyson commented 8 years ago

This is a valid nginx token replacement:

<%= ENV["PORT"] %>

The parser fails to recognize it and gives an error (the resulting AST lacks the <% and %>.