summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* alternate default choice, first or last, whiciver is biggerragel-6-alt-defaultAdrian Thurston2014-12-031-26/+7
* added table data to the statistics printingAdrian Thurston2014-12-015-17/+37
* use longer lines (128 items) for string tablesAdrian Thurston2014-11-304-12/+13
* 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
* updated gitignore for newer auto toolsAdrian Thurston2014-11-251-0/+1
* co-routines: use {} as the jump-in statement, not a variable assignmentAdrian Thurston2014-11-251-6/+2
* updated pubdateragel-6.9Adrian Thurston2014-10-131-1/+1
* 6.9 changelog and version bumpAdrian Thurston2014-10-132-1/+14
* 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
* union test case: warning fixAdrian Thurston2013-12-011-0/+3
* omit line directives around expression-oriented write statementsAdrian Thurston2013-12-016-14/+35
* use AS_IF and test to check if the DIST file is presentJungshik Shin2013-11-241-3/+3
* added Hesham Wahba to creditsAdrian Thurston2013-08-111-1/+2
* added missing std:: usingAdrian Thurston2013-08-111-0/+1
* '//line' directive support in Go code generatorAnton Ageev2013-05-071-2/+1
* updated creditsragel-6.8Adrian Thurston2013-02-111-1/+2
* updated release dateAdrian Thurston2013-02-112-2/+2
* added Anton Ageev and Kamil Klimkiewicz to creditsAdrian Thurston2013-02-111-1/+1
* substitue 'build' arg through GOBINAdrian Thurston2013-02-112-2/+2
* Merge remote-tracking branch 'antage/golang-6' into ragel-6Adrian Thurston2013-02-102-14/+15
|\
| * Updated documentation for Go code generator types and modesAnton Ageev2013-02-072-14/+15
* | Merge remote-tracking branch 'antage/golang-6' into ragel-6Adrian Thurston2013-02-0312-556/+556
|\ \ | |/
| * 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
| * Make ragel compile on gcc 4.7Kamil Klimkiewicz2013-02-024-14/+14
* | added a changelog entry and set the version for 6.8Adrian Thurston2013-01-172-2/+9
|/
* Added grammar transformation from language independent tests to Go1. Added -Z...Anton Ageev2012-09-076-7/+513
* Added explicit type casting in tests (it needs for languages that has no impl...Anton Ageev2012-09-0710-10/+91
* Fixed examples/go for Go1Anton Ageev2012-09-077-70/+56