summaryrefslogtreecommitdiff
path: root/ragel/xmlcodegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* D2 Patch. From Johannes Pfau.Adrian Thurston2011-05-061-0/+1
* OCaml patch from ygrek. refs #259. Missing a makefile for the examples.Adrian Thurston2011-05-051-0/+1
* Reverted the latest condition work 1579, 1578, 1577. It is now in theAdrian Thurston2010-10-111-1/+1
* A little bit more on the conditions revamp. Going to move this to a branch andAdrian Thurston2010-10-111-1/+1
* Merged in the GO patch.Adrian Thurston2010-09-261-0/+1
* Line directives need to use the fileName stored in the InputLoc stuctures fromAdrian Thurston2009-08-011-2/+1
* Can't pass item->nameTarg->id into makeTargetItem. Just pass item->nameTarg andAdrian Thurston2009-03-261-6/+7
* Removed references to intermediate file parsers.Adrian Thurston2009-03-221-1/+0
* Got XML output working.Adrian Thurston2009-03-221-60/+10
* The main inputData (id) is no longer a global. It is allocated in main() befo...Adrian Thurston2009-03-211-6/+6
* Moved some global data into InputData. Not all there yet.Adrian Thurston2009-03-211-0/+78
* Removed the hyphens from the file names.Adrian Thurston2008-11-151-0/+1399
* More renaming.Adrian Thurston2008-11-151-1399/+0
* More refactoring in the layer between backend and frontend.Adrian Thurston2008-10-271-74/+62
* Minor refactoring. Added inputdata.h, which was left behind during previousAdrian Thurston2008-10-271-3/+0
* Some more movement of code and data within the layer between frontend andAdrian Thurston2008-10-261-29/+28
* Some more refactoring following the elimination of the intermediate file. Don'tAdrian Thurston2008-10-261-81/+82
* some refactoringAdrian Thurston2008-10-261-2/+30
* More work on the direct connection between frontend and backend. Now appears toAdrian Thurston2008-10-261-97/+114
* The rest of the direct-to-backend code. Not tested yet.Adrian Thurston2008-10-241-8/+275
* Implemented makeLmSwitch and started making calls to makeGenInlineList.Adrian Thurston2008-10-191-57/+107
* more work on the building of backend inline listsAdrian Thurston2008-10-081-86/+61
* Get ragel working again while the direct-to-backend code is being written.Adrian Thurston2008-10-081-2/+2
* removed unused functionAdrian Thurston2008-10-081-4/+0
* Implemented more of the direct access to the backend.Adrian Thurston2008-10-081-0/+47
* Started working on the direct construction of the backend inline item lists.Adrian Thurston2008-10-081-0/+24
* More work on the direct access to the backend. The xml code gen should beAdrian Thurston2008-10-081-2/+261
* The action of the <ragel_def> tag was made into a direct function call.Adrian Thurston2008-10-071-2/+5
* email address update: thurston@cs.queensu.ca -> thurston@complang.orgAdrian Thurston2008-10-071-1/+1
* lm_switch needs to set p from tokend when there is no user action.Adrian Thurston2008-04-211-7/+22
* EOF actions and targets for processing tokens are now set in scanner finalAdrian Thurston2007-09-281-2/+27
* Added an override for the eof variable.Adrian Thurston2007-09-241-0/+6
* Added two new statements: prepush and postpop. These are code blocks that areAdrian Thurston2007-09-151-0/+14
* The "data" variable can now be overridden using the variable statement. This isAdrian Thurston2007-06-141-0/+6
* Adjusted whitespace in xml output.Adrian Thurston2007-06-111-3/+2
* Can cleanup the xml code generation and remove the holdte and execte tagsAdrian Thurston2007-06-101-94/+53
* The p varialbe is now set up at the beginning of a scanner action, rather thanAdrian Thurston2007-06-091-38/+27
* Put the scanner action generators together.Adrian Thurston2007-06-081-25/+26
* The alphabet type is now communicated from the frontend to the backend using aAdrian Thurston2007-04-291-2/+1
* In the variable statement changed the name "curstate" to "cs" (the defaultAdrian Thurston2007-04-291-33/+67
* Bug fix: when fhold was used in scanner pattern actions which get executed onAdrian Thurston2007-04-251-23/+14
* The cs variable is now always initialized, unless the "nocs" option is given toAdrian Thurston2007-03-271-4/+1
* Some fixes which silence warnings emitted by the microsoft compiler. AdaptedAdrian Thurston2007-03-251-1/+1
* If the main machine is not present then do not emit an error. Generate theAdrian Thurston2007-03-121-2/+5
* All machine instantiations are now implicitly referenced and always generated,Adrian Thurston2007-03-121-3/+19
* Implemented an export feature, for exporting single-character machineAdrian Thurston2007-03-101-0/+15
* The frontend is now responsible for creating the error state, if needed. TheAdrian Thurston2007-02-041-1/+7
* The frontend now does a depth first ordering of states and then sorts statesAdrian Thurston2007-02-031-2/+0
* Import from my private repository. Snapshot after version 5.16, immediatelyAdrian Thurston2007-01-211-0/+675