93
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Ada parser. More... almost 16 years ago
Created 'init' macro for parsers. More... almost 16 years ago
Added ActionScript parser. More... almost 16 years ago
Updated PARSER_DOC to include information on embedded languages. More... almost 16 years ago
Added #ifndef ... #endif around parsers; they are header files after all. More... almost 16 years ago
Added HTML parser with embedded CSS and Javascript. More... almost 16 years ago
Added HTML parser with embedded CSS and Javascript. Had to add a Ruby script to run via the Rakefile because of some workarounds needed to 'include' the Ragel code for embedded parsers into the parent parser. More... almost 16 years ago
Moved common variables into ragel_parser_macros.h. More... almost 16 years ago
Added SQL parser. More... almost 16 years ago
Added Visual Basic parser. More... almost 16 years ago
Added Objective C parser. More... almost 16 years ago
Detecting a '\r' as a newline is more accurate in common.rl. More... almost 16 years ago
Fixed newline definition in common.rl to not break in '\r\n'. More... almost 16 years ago
Added Java parser. More... almost 16 years ago
Added Java parser. More... almost 16 years ago
Added CSS and Javascript parsers. More... almost 16 years ago
Better memory usage for *_LANG strings in c.rl. More... almost 16 years ago
"cpp" displays instead of "c" for C++ files. More... almost 16 years ago
Added initial Ruby parser. More... almost 16 years ago
Added TODO: tag in lua.rl parser. More... almost 16 years ago
Updated PARSER_DOC. More... almost 16 years ago
'\r' is now recognized in common.rl. More... almost 16 years ago
c.rl cleanup. More... almost 16 years ago
Added prototype for lua.rl entity machine. More... almost 16 years ago
Removed line counter callbacks for comments and strings; they waste parser time. More... almost 16 years ago
Define NEWLINE like INTERNAL_NL so parsers don't have to define their own. More... almost 16 years ago
Wrapped lua.rl's process_last_line call in conditional. More... almost 16 years ago
Prettied up c.rl and lua.rl parsers. More... almost 16 years ago
Updated lua.rl parser to split line counting and entity machines. More... almost 16 years ago
Added ls action to common.rl for consistency. More... almost 16 years ago