nginx-java-parser
nginx-java-parser copied to clipboard
Nginx configuration parser based on ANTLR4 grammar
Results
22
nginx-java-parser issues
Sort by
recently updated
recently updated
newest added
I have learned to obtain and view the contents in the nginx.conf file through the examples in Readme. However, the methods of adding, modifying and deleting the contents are found...
+ update antlr4 to 4.13.2 + support comment which not end with semicolon + if comment string start with #,it will be removed + if comment string end with \n...