iverilog/ivlpp
Martin Whitaker fb29da0bd8 Fix for GitHub issue #309 - allow braced expressions as macro arguments.
As for parentheses, we need to ignore commas within a pair of braces
when parsing a macro argument, e.g. `MACRO({a,b}) has one argument.

This fix is a little crude in that it doesn't distinguish between
parentheses and braces, e.g. it will accept {a,b). But any errors
like that will be caught by the compiler proper.
2020-02-08 20:51:50 +00:00
..
Makefile.in Update cppcheck standards that are checked 2019-09-30 22:14:15 -07:00
globals.h Add option to only warn about macro redefinitions that change the text. 2017-11-08 19:50:42 +00:00
ivlpp.txt Spelling fixes in .txt files 2015-05-25 12:52:03 -07:00
lexor.lex Fix for GitHub issue #309 - allow braced expressions as macro arguments. 2020-02-08 20:51:50 +00:00
main.c Add option to only warn about macro redefinitions that change the text. 2017-11-08 19:50:42 +00:00