Added D parser.
[ohcount] / ext / ohcount_native / ragel_parsers /
2008-06-02  mitchellAdded D parser.
2008-06-02  mitchellAdded Groovy parser.
2008-06-02  mitchellReverted conditional in 'code' action and fixed VIM...
2008-06-02  mitchellAdded contitional to 'code' action in common.rl.
2008-06-02  mitchellAdded VIM parser.
2008-06-01  mitchellAdded MXML parser with embedded CSS and Actionscript.
2008-05-31  mitchellAdded XML Schema parser.
2008-05-31  mitchellAdded XSLT parser.
2008-05-31  mitchellAdded XML parser.
2008-05-30  mitchellAdded VHDL parser.
2008-05-30  mitchellAdded Vala language to the c.rl parser.
2008-05-30  mitchellAdded Tcl parser.
2008-05-30  mitchellAdded Smalltalk parser.
2008-05-30  mitchellAdded Shell parser.
2008-05-30  mitchellFixed line comments in Pascal parser.
2008-05-30  mitchellAdded Scheme parser.
2008-05-30  mitchellAdded Rexx parser.
2008-05-30  mitchellForgot to commit the Lisp and Emacslisp parser.
2008-05-30  mitchellAdded Pike parser.
2008-05-30  mitchellAdded Pascal parser.
2008-05-30  mitchellAdded Metapost and Metafont parsers.
2008-05-30  mitchellAdded MATLAB parser.
2008-05-30  mitchellAdded Makefile parser.
2008-05-30  mitchellAdded Haskell parser.
2008-05-30  mitchellAdded Fortran parsers.
2008-05-30  mitchellPatterns with newlines cannot contain newlines in other...
2008-05-30  mitchellAdded Exheres parser.
2008-05-30  mitchellAdded ebuild parser.
2008-05-30  mitchellAdded Dylan parser.
2008-05-30  mitchellBoo character strings can contain "\'".
2008-05-30  mitchellAdded DCL parser.
2008-05-30  mitchellAdded Boo parser.
2008-05-30  mitchellAdded C# parser.
2008-05-29  mitchellAdded Batch parser.
2008-05-29  mitchellAdded Awk parser.
2008-05-29  mitchellSome parsers' strings cannot contain newlines; updated.
2008-05-29  mitchellAdded Automake parser.
2008-05-29  mitchellUpdated entities in autoconf parser.
2008-05-29  mitchellAdded Autoconf parser.
2008-05-29  mitchellAdded Assembler parser.
2008-05-29  mitchellAdded Ada parser.
2008-05-29  mitchellCreated 'init' macro for parsers.
2008-05-29  mitchellAdded ActionScript parser.
2008-05-29  mitchellAdded #ifndef ... #endif around parsers; they are heade...
2008-05-29  mitchellAdded HTML parser with embedded CSS and Javascript.
2008-05-29  mitchellAdded HTML parser with embedded CSS and Javascript.
2008-05-29  mitchellMoved common variables into ragel_parser_macros.h.
2008-05-29  mitchellAdded SQL parser.
2008-05-29  mitchellAdded Visual Basic parser.
2008-05-28  mitchellAdded Objective C parser.
2008-05-28  mitchellDetecting a '\r' as a newline is more accurate in commo...
2008-05-28  mitchellFixed newline definition in common.rl to not break...
2008-05-28  mitchellAdded Java parser.
2008-05-28  mitchellAdded CSS and Javascript parsers.
2008-05-28  mitchellBetter memory usage for *_LANG strings in c.rl.
2008-05-28  mitchell"cpp" displays instead of "c" for C++ files.
2008-05-27  mitchellAdded initial Ruby parser.
2008-05-27  mitchellAdded TODO: tag in lua.rl parser.
2008-05-23  mitchell'\r' is now recognized in common.rl.
2008-05-22  mitchellc.rl cleanup.
2008-05-22  mitchellAdded prototype for lua.rl entity machine.
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  mitchellWrapped lua.rl's process_last_line call in conditional.
2008-05-22  mitchellPrettied up c.rl and lua.rl parsers.
2008-05-22  mitchellUpdated lua.rl parser to split line counting and entity...
2008-05-22  mitchellAdded ls action to common.rl for consistency.
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  mitchellUpdated comment in lua.rl.
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  mitchellLeft off some documentation for parse_lua in lua.rl.
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  mitchellAdded Lua Ragel parser.
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  mitchellAdded 3 more conditionals to common.rl.
2008-05-20  mitchellApparently '@' is allowed in .c.in files; added to...
2008-05-20  mitchellAdded ws definition for [\t ].
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  mitchellescaped_newline should be before nonnewline in common...
2008-05-16  mitchellc.rl's preprocessors won't eat newlines, which ignore...
next