Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove vhdlparser/Makefile | Costa Shulyupin | 2020-06-28 | 1 | -54/+0 |
| | | | | because it is generated from vhdlparser/CMakeLists.txt | ||||
* | Adding debug options to vhdl parser generator | albert-github | 2018-03-26 | 1 | -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 dir | Dimitri van Heesch | 2017-10-28 | 1 | -397/+22 |
| | |||||
* | Marks JS as freely licensed | zachwick | 2017-08-04 | 1 | -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 fixes | Dimitri van Heesch | 2015-12-20 | 1 | -0/+22 |