2002-11-22 Bert van der Weerd * Added the '%%' token that can be placed at the end of the grammar rules and everything that is after it will be copied verbatim into the generated parser. This functionality is simular to what bison and flex do. * Added the --tabsize commandline parameter that specifies the tabsize in the generated parser file. Thanks to Keven Miller for this suggestion and sample implementation. Mon Dec 17 08:43:54 2001 Bert van der Weerd * fixed the bug in built-in function 'commentchars' that only allowed printable characters in comments so comments can contain tab characters, for example:P * Moved the getopt* files from ./etc to ./src and removed the error* files from ./etc and removed error() call in main(). 2001-12-06 * The old backup code has been replaced with a more recent version and now in .zip format instead of .tar.gz balls. * The program now generates also the 'red tape' that previously had to be linked in manually. its now very easy to make a parser, the generated .c file suffices to make a parser. 2001-11-24 * Made the first attempt to let bnf conform to the GNU Coding Standards.