Added TODO: tag in lua.rl parser.
[ohcount] / ext / ohcount_native / ragel_parsers / c.rl
2008-05-22  mitchellc.rl cleanup.
2008-05-22  mitchellRemoved line counter callbacks for comments and strings...
2008-05-22  mitchellDefine NEWLINE like INTERNAL_NL so parsers don't have...
2008-05-22  mitchellPrettied up c.rl and lua.rl parsers.
2008-05-22  mitchellAdded the c.rl entity machine; separated from line...
2008-05-22  mitchellAdded my details to the top of the parsers.
2008-05-21  mitchellRenamed ragel_parser_defines.h to ragel_parser_macros...
2008-05-21  mitchellAdded last line processor to ragel_parser_defines.h...
2008-05-21  mitchellAdded ragel_parser_defines.h with common defines for...
2008-05-21  mitchellRemoved [lang]_callback C function name requirement...
2008-05-21  mitchellRagel parsers will use 2 machines: one optimized for...
2008-05-20  mitchellRemoved C_ANY and company from c.rl; not valid C.
2008-05-20  mitchellConstants are now prefixed in c.rl to prevent conflict...
2008-05-20  mitchellAdded 'warning' preprocessor keyword to c.rl.
2008-05-20  mitchellc.rl's strings contain escaped newlines, not newlines.
2008-05-20  mitchellc.rl's preprocessor statements can contain block comments.
2008-05-20  mitchellFor now put non-ws matching patterns in c.rl's multilin...
2008-05-20  mitchellc.rl assumes syntactically correct C now.
2008-05-20  mitchellComments in preprocessor statments aren't working in...
2008-05-20  mitchellIt appears C's preprocessor statments don't have to...
2008-05-20  mitchellApparently '@' is allowed in .c.in files; added to...
2008-05-20  mitchellCount empty lines inside c.rl's comments and code as...
2008-05-19  mitchellBad if statement for blank line in c.rl; should be...
2008-05-19  mitchellAdded tilde (~) operator to c.rl.
2008-05-19  mitchellFixed bug with escape sequences in c.rl's strings.
2008-05-19  mitchellForgot XOR (^) operator in c.rl.
2008-05-17  mitchellSwitched order of c.rl's machine definitions as in...
2008-05-17  mitchellSpoke too soon; placed keywords after identifiers in...
2008-05-17  mitchellEliminated keywords from c.rl; identifiers over-match...
2008-05-16  mitchellUpdated c.rl and common.rl to count internal newlines.
2008-05-16  mitchellc.rl's preprocessors won't eat newlines, which ignore...
2008-05-15  mitchellAdded C Ragel parser.