93
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Forgot to comment out the parsers I haven't checked in yet (bad unit tests). More... almost 16 years ago
Alphabetized parsers in ragel_parser.c. More... almost 16 years ago
Added Metapost with Tex parser. More... almost 16 years ago
Fixed 'is_blank_entry' function in ragel_parser_macros.h. More... almost 16 years ago
Added Clearsilver and Clearsilver template parsers. More... almost 16 years ago
Updated MXML parser to use new embedded language parser techniques. More... almost 16 years ago
Added JSP parser. More... almost 16 years ago
Cleaned up HTML and RHML parsers. More... almost 16 years ago
Updated PARSER_DOC for consistency. More... almost 16 years ago
Updated PARSER_DOC to include updates to embedded language parsers. More... almost 16 years ago
Added RHTML parser. More... almost 16 years ago
Added check_blank_outry action to common.rl. More... almost 16 years ago
ruby.rl's string and regex literals shouldn't call @code right after '%'. Having @code right after '%' conflicts with rhtml's rhtml_ruby_outry and counts it as a line of Ruby code which is incorrect. More... almost 16 years ago
Added embedded versions of the standard newline and internal_newline macros. More... almost 16 years ago
Added Scala parser. More... almost 16 years ago
Added Tex parser. More... almost 16 years ago
Added D parser. More... almost 16 years ago
Added Groovy parser. More... almost 16 years ago
Reverted conditional in 'code' action and fixed VIM parser appropriately. More... almost 16 years ago
Added conditional to 'code' action in ragel_parser_macros.h like common.rl. More... almost 16 years ago
Added contitional to 'code' action in common.rl. For quirky languages such as VIM where a character can be multiple entries to an entity, (in VIM's case, '"' can be both a comment and string entity), the scanner will see it is both a comment (if only whitespace has been observed) and a string and call 'code' and 'comment' actions. The comment action is called first and whole_line_comment is set, but previously the code action never checked if whole_line_comment was set because I never forsaw this kind of confusion and line_contains_code would also be set. More... almost 16 years ago
Added VIM parser. More... almost 16 years ago
Added MXML parser with embedded CSS and Actionscript. More... almost 16 years ago
Added XML Schema parser. More... almost 16 years ago
Added XSLT parser. More... almost 16 years ago
Added XML parser. More... almost 16 years ago
Added VHDL parser. More... almost 16 years ago
Added Vala language to the c.rl parser. More... almost 16 years ago
Added Tcl parser. More... almost 16 years ago
Added Smalltalk parser. More... almost 16 years ago