summaryrefslogtreecommitdiff
path: root/ragel/rlparse.kl
Commit message (Expand)AuthorAgeFilesLines
* Started on the frontend support for pointer-based length conditions. Adrian Thurston2009-06-111-10/+22
* Removed wantComplete and outputActive from InputData. The wantComplete var isAdrian Thurston2009-03-211-4/+0
* Improved graphviz output and got -M and -S working again.Adrian Thurston2009-03-151-0/+1
* More work on the direct connection between frontend and backend. Now appears toAdrian Thurston2008-10-261-0/+1
* email address update: thurston@cs.queensu.ca -> thurston@complang.orgAdrian Thurston2008-10-071-1/+1
* Applied a patch from Andrei Polushin for setting the error message format.Adrian Thurston2008-04-151-1/+1
* Error messages in start label analysis of join operations were causingAdrian Thurston2008-04-091-2/+15
* Added two new statements: prepush and postpop. These are code blocks that areAdrian Thurston2007-09-151-0/+26
* If the condition embedding code runs out of available characters in theAdrian Thurston2007-09-131-2/+2
* In the variable statement changed the name "curstate" to "cs" (the defaultAdrian Thurston2007-04-291-5/+3
* Can now embed the negative sense of a condition. Adrian Thurston2007-04-281-2/+10
* A better solution to resolving the - ambiguity: force a shortest match of term.Adrian Thurston2007-04-271-7/+26
* Removed malloc.h includes. This is not a standard header and does not exist onAdrian Thurston2007-03-301-1/+1
* Silence warnings about definite and/or possible use before initialization.Adrian Thurston2007-03-121-2/+2
* If the main machine is not present then do not emit an error. Generate theAdrian Thurston2007-03-121-1/+1
* All machine instantiations are now implicitly referenced and always generated,Adrian Thurston2007-03-121-31/+7
* Implemented an export feature, for exporting single-character machineAdrian Thurston2007-03-101-7/+57
* When multiple conditions are executed on a single character they need to have aAdrian Thurston2007-03-101-2/+3
* Added a new syntax for verbose embeddings. This adds parentheses: Adrian Thurston2007-03-091-0/+1
* Added malloc.h includes. From Josef Goettgens.Adrian Thurston2007-03-021-0/+1
* Fixed the segfault which occured when a machine reference failed.Adrian Thurston2007-02-111-3/+2
* Cleanup and removal of globals.Adrian Thurston2007-01-261-11/+3
* Converted to single-line parser specifications where appropriate.Adrian Thurston2007-01-251-2/+2
* Switched to the latest kelbt syntax. Like Ragel, this syntax is based on writeAdrian Thurston2007-01-251-3/+20
* A fix from Matt Mower.Adrian Thurston2007-01-241-0/+1
* Some cleanup of comments and error messages.Adrian Thurston2007-01-231-4/+3
* Removed the old flex and bison files. Fixed a bug in regexes and OR literals:Adrian Thurston2007-01-221-5/+5
* Import from my private repository. Snapshot after version 5.16, immediatelyAdrian Thurston2007-01-211-0/+1402