Command files can nest, -f is an alias for -c and better error messages.
commitd5fe5689e1afbb34122aaa6a2e449824c1dbd479
authorCary R <cygcary@yahoo.com>
Sun, 30 Sep 2007 00:48:36 +0000 (29 17:48 -0700)
committerStephen Williams <steve@icarus.com>
Wed, 3 Oct 2007 02:40:45 +0000 (2 19:40 -0700)
tree3baa726fd4e48018199717cfd1407002e22ebd8f
parentbbf31169455c788bed000908a135951e6d084ebc
Command files can nest, -f is an alias for -c and better error messages.

This patch adds the ability to call command files from other command
files. There is currently a limit of 16 total levels deep (15 stored
plus the current file). -f is now an alias for -c for both the command
line and command files. The parser also reports errors when they occur
along with the file name and line number to aid in debugging problems.
driver/cflexor.lex
driver/cfparse.y
driver/cfparse_misc.h
driver/iverilog.man
driver/main.c