summaryrefslogtreecommitdiffstats
path: root/vhdlparser/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Adding debug options to vhdl parser generatoralbert-github2018-03-261-5/+37
| | | | | | | | 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)
* Restore Makefile in vhdlparser dirDimitri van Heesch2017-10-281-397/+22
|
* Marks JS as freely licensedzachwick2017-08-041-22/+397
| | | | | | | | | | | | | | | Marking the resulting JS in this way ensures that visitors to the resulting HTML documentation do not have to choose between running non-free JS and experiencing the HTML documentation as it was intended. The JS was already freely licensed, so this change just ensures that the appropriate labelling occurs so that GNU LibreJS [0] parses the JS correctly as freely licensed. [0] https://www.gnu.org/software/librejs/ Signed-off-by: zachwick <zach@zachwick.com>
* Bug 758495 - Bug in VHDL parser + other fixesDimitri van Heesch2015-12-201-0/+22