Notes:
Faster and better.
Changes:
* Support for comments with leading *'s add (thanks Sebastian Hunt)
For example the following is now valid:
/**
* pre: condition
* post: condition
*/
* Speed up of 10-15%
* Fixed bug in ocl.y with FLOATING token name instead of FLOAT
* Added support for '~' in the preprocessor.
* Fixed line number bug. Lexer#scan did not increment the line number. (But Lexer#shift did)
* Define "__extension__(arg)", "__attribute__(arg)", "__inline__", and "__const__", and as blank, for compatibility with gcc and other compilers.
* Support for command line arg "-c 0" added back, was broken by an earlier release
|