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 the possibility to suppress semantic error checking for certain files #19

Closed fredyvonvinet closed 7 years ago

fredyvonvinet commented 7 years ago

Semantic error checking may have bugs that generates invalid error messages.

When this case occurs, it would be nice to enable to desactivate semantic parsing for the files that lead to invalid semantic analysis.

For ant-based projects, it may be done through a project property. But it is not adaptable to Maven-based projects. So it is preferable to add a specific property file dedicated to semantic parsing enabling to disable the functionality for certain files.

fredyvonvinet commented 7 years ago

solved