iverilog/ivlpp
Jared Casper ec8081f983 Handle `", `\`", and `` in macro definitions.
Implements page 644 of IEEE 1800-2012.

`` is now overloaded with the Icarus-specific "stringify" expansions.
It is now used as indicated in 1800-2012 when appearing inside a macro
definition, and the Icarus way when not.  To do so, it uses the fact
that istack->file is NULL iff we are processing expanded macro text,
which is a bit of hack but works as is.

`" and `\`" on the other hand are treated the same inside and outside
of macro definitions.
2013-10-07 16:16:00 -07:00
..
Makefile.in updated FSF-address 2012-08-29 10:12:10 -07:00
globals.h updated FSF-address 2012-08-29 10:12:10 -07:00
ivlpp.txt updated FSF-address 2012-08-29 10:12:10 -07:00
lexor.lex Handle `", `\`", and `` in macro definitions. 2013-10-07 16:16:00 -07:00
main.c updated FSF-address 2012-08-29 10:12:10 -07:00