iverilog/ivlpp
Martin Whitaker cce08337c6 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.

(cherry picked from commit fb29da0bd8)
2020-02-08 20:55:36 +00:00
..
Makefile.in Rearrange compiler warning flags 2014-07-09 09:04:17 -07:00
globals.h Update header files to use a more standard name to prevent rereading 2014-07-23 13:42:56 -07: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:55:36 +00:00
main.c Update some copyright dates. 2015-08-17 08:02:51 -07:00