fredyvonvinet / ANTLR4-Plugins-for-NetBeans

NetBeans plugins for ANTLR 4 enabling to integrate ANTLR grammar files in standard NetBeans projects (ant-based or Maven-based).
9 stars 11 forks source link

Adding a parser for tokens file #27

Closed fredyvonvinet closed 7 years ago

fredyvonvinet commented 7 years ago

The lack of parser for tokens file is allowed but generates a warning in log. For supressing this warning the simplest way is to provide a parser. With such a parser we will be able to check there is no syntax error in them.

fredyvonvinet commented 7 years ago

Added and allow whitespace after tokenId after equal sign and after value