summaryrefslogtreecommitdiffstats
path: root/vhdlparser/VhdlParserErrorHandler.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Warnings in case of a VHDL erroralbert-github2020-02-161-5/+5
| | | | | | | | | | | | | | | | | | | | When having a vhdl construct like: ``` entity _H_ is ``` we get the, a bit unclear, warnings like: ``` Lexical error at: 16:8. Encountered: _ after: . ``` with version 1.8.17 we got the warning: ``` .../vhdl.vhd:16: warning: Lexical error, Encountered: '_' after: '' ``` not 100% clear either but at least clear which file is involved and what the meaning of the '16' is. Also the message didn't conform the doxygen style / place / handling of warnings / errors anymore (didn't go to the WARN_LOGFILE anymore). (The message is correct as a vhdl identifier cannot start or end with an underscore. Between the used javaCC versions (now 7.05) and the previously used version 6.xx apparently a small in the error handler prototypes has been introduces, and thus not finding the doxygen version anymore.
* Make VHDL parser reentrantDimitri van Heesch2020-01-031-11/+24
|
* Making VHDL error messages more doxygen likealbert-github2018-03-271-6/+21
|
* Vhdl fixesDimitri van Heesch2014-08-111-0/+1
|
* New VHDL parser implementationDimitri van Heesch2014-08-021-0/+39