summaryrefslogtreecommitdiffstats
path: root/vhdlparser/vhdlstring.h
Commit message (Collapse)AuthorAgeFilesLines
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-6/+3
|
* fixed some parser bugs,make parser ready for javacc 7.0.5hake2020-01-241-0/+20
|
* Adding debug options to vhdl parser generatoralbert-github2018-03-261-0/+8
| | | | | | | | JavaCC contains by default options to get more information about the parser paths used (analogous to the -d option of flex). - Makefile - adding option (JAVACC_FLAGS) for easier use of JavaCC options - adding possibility to reset generated files to their git versions. - vhdlstring.h adding functions required by debug options (debug_token_manager)
* Switched back to version 6.2 of JavaCC for VHDL parser generation.Dimitri van Heesch2015-01-031-4/+0
|
* Various VHDL related fixesDimitri van Heesch2015-01-021-0/+5
|
* Various VHDL fixesDimitri van Heesch2014-11-061-1/+2
|
* Bug 735481 - [PATCH] Mismatch in memory allocation/de-allocation function in ↵Dimitri van Heesch2014-08-301-1/+1
| | | | vhdlparser/vhdlstring.h
* Fixed missing include for LinuxDimitri van Heesch2014-08-021-0/+1
|
* New VHDL parser implementationDimitri van Heesch2014-08-021-0/+100