https://github.com/grg/parser-gen

sort by:
Revision Author Date Message Commit Date
06c5543 pyparsing compatability update Update code to work with pyparsing >= 2.3.0. This version eliminated some levels of hierarchy in the result name. 11 September 2020, 00:10:25 UTC
b9f60f9 formatting fix in README Added a blank line after the list of tools to prevent the next sentence from being merged into the list. 22 April 2016, 02:51:56 UTC
faefd01 rename vp to svp files Source files contain SystemVerilog syntax. Change the file extension to give tools a better hint that the content is SystemVerilog. 08 March 2016, 04:43:26 UTC
b8b0e6a Don't set PARSER_GEN in setup script User may set PARSER_GEN outside of the script so don't override it. 14 May 2014, 19:42:46 UTC
cfa27a1 use $BASH_SOURCE env var instead of $0 $0 will contain sh/bash when using source to run the script. BASH_SOURCE contains the name of the file even when source is used. Note: only works on bash, not standard Bourne shell. 14 May 2014, 19:33:07 UTC
6057013 added note that script must be sourced 14 May 2014, 19:32:50 UTC
5774579 use '==' instead of '-eq' for string comparison 14 May 2014, 19:27:29 UTC
b7c36f7 Initial check-in 18 November 2013, 03:40:21 UTC
5a2b685 Initial commit 15 November 2013, 05:44:38 UTC
back to top