summaryrefslogtreecommitdiff
path: root/ragel
Commit message (Expand)AuthorAgeFilesLines
* randomized interleavingragel-6-interleaveAdrian Thurston2014-12-031-26/+31
* computing 'gapiness' and sorting states from high to lowAdrian Thurston2014-12-024-13/+83
* analysis pass that will help figure out the interleave sortAdrian Thurston2014-12-023-0/+51
* added first cut of interleave computationAdrian Thurston2014-12-022-0/+84
* added the index ownership arrayAdrian Thurston2014-12-014-7/+39
* moved default transitions out of indicies arrayAdrian Thurston2014-12-015-9/+25
* added default coverage statistics to -s optionAdrian Thurston2014-12-013-0/+66
* added table data to the statistics printingAdrian Thurston2014-12-015-17/+37
* use longer lines (128 items) for string tablesAdrian Thurston2014-11-303-11/+12
* first cut at string-based tables (ppragel integration)Adrian Thurston2014-11-302-33/+104
* pass HostType to TableArrayAdrian Thurston2014-11-309-53/+82
* removed iter vars no longer used, clears warningsAdrian Thurston2014-11-304-20/+2
* all table formatting moved to TableArrayAdrian Thurston2014-11-268-355/+24
* added inter-item formatting to TableArray, must be requestedAdrian Thurston2014-11-263-27/+42
* table CLOSE formatting moved into TableArrayAdrian Thurston2014-11-267-100/+4
* using local table arrays (C/D)Adrian Thurston2014-11-2612-166/+216
* remaing C/D table codegens using table array wrapperAdrian Thurston2014-11-266-190/+241
* C/D tables: specialize whole action arraysAdrian Thurston2014-11-269-28/+327
* more conversion to TableArray in C/D binary search codegenAdrian Thurston2014-11-264-76/+78
* more use of TableArray in C/D flatAdrian Thurston2014-11-262-40/+47
* using TableArray for remaing cond arrays (C/D)Adrian Thurston2014-11-252-31/+27
* using the table array wrapper for cond keys in C/D codegenAdrian Thurston2014-11-256-15/+27
* use TableArray wrapper for C/D actions arrayAdrian Thurston2014-11-255-25/+37
* ignore tmp.rl and tmp.c (testing tradition)Adrian Thurston2014-11-251-0/+2
* added the TableArray struct and instantiations for the diff C/D tablesAdrian Thurston2014-11-252-6/+76
* added --string-tables option (not connected to anything yet)Adrian Thurston2014-11-252-0/+6
* warning elimination: initialization fixesAdrian Thurston2014-11-252-4/+2
* co-routines: use {} as the jump-in statement, not a variable assignmentAdrian Thurston2014-11-251-6/+2
* ocaml: fix missing semicolonRaman Varabets2014-08-132-2/+2
* update command-line synopsisygrek2014-08-131-4/+4
* support -G1ygrek2014-08-134-3/+369
* choose unique name for type stateygrek2014-08-136-5/+6
* Ruby: reduce the amount of calls to GET_WIDE_KEY()Yorick Peterse2014-03-241-9/+11
* omit line directives around expression-oriented write statementsAdrian Thurston2013-12-015-13/+34
* added missing std:: usingAdrian Thurston2013-08-111-0/+1
* '//line' directive support in Go code generatorAnton Ageev2013-05-071-2/+1
* Use tabs for Go source indentations because gofmt uses tabs by defaultAnton Ageev2013-02-028-537/+539
* Fixed bug in Go code generator: missing label in gotoAnton Ageev2013-02-021-5/+3
* Added/replaced code generators for Go1 (-T0, -T1, -F0, -F1, -G0, -G1 code sty...Anton Ageev2012-09-0723-471/+5540
* automated conversion of svn:ignore properties to .gitignore files on tags/rag...ragel-6.7Adrian Thurston2012-04-281-0/+13
* Added isOrd and isChar to the HostType. Only specified properly for CSharp, canAdrian Thurston2011-05-225-56/+76
* Allow renaming data variable in C# code. Patch from Denis Naumov. refs #250. Adrian Thurston2011-05-221-1/+6
* Can no longer use a string as an array of ordinals in Ruby 1.9. Must call theAdrian Thurston2011-05-221-2/+3
* Added explicit cast to type of _trans when modified using pointer diff.Adrian Thurston2011-05-221-2/+2
* D2 Patch. From Johannes Pfau.Adrian Thurston2011-05-0621-28/+294
* OCaml patch from ygrek. refs #259. Missing a makefile for the examples.Adrian Thurston2011-05-0521-3/+5163
* Need to clear the ifstream state after an open fails. Works fine with g++, butAdrian Thurston2011-03-311-0/+11
* Patch from David Yip. Activates -L for Ruby. refs #155.Adrian Thurston2011-02-112-1/+5
* Reverted the latest condition work 1579, 1578, 1577. It is now in theAdrian Thurston2010-10-1111-212/+143
* A little bit more on the conditions revamp. Going to move this to a branch andAdrian Thurston2010-10-118-11/+35