summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* C char type: decide signedness of char based on CHAR_MINragel-6Adrian Thurston2021-11-061-8/+8
* Go codegen: test p VS pe in goto/call/ret in EOF actionsAdrian Thurston2020-01-026-38/+224
* ragel-6: prune expansions that don't alter the condSpaceAdrian Thurston2019-12-312-2/+23
* generate correct fbreak in EOF for -G2 codegen for C/D/GoAdrian Thurston2019-12-313-2/+24
* use C style comments in C/D code generator to indicate fallthroughAdrian Thurston2019-12-312-2/+2
* cntrl inclues 127, updated docsAdrian Thurston2017-09-242-2/+2
* document fall-through cases in a generated codeRinat Ibragimov2017-08-272-0/+2
* fix for go code generationAdrian Thurston2017-08-171-1/+1
* make ragel and kelbt binaries configurableAdrian Thurston2017-08-172-18/+42
* describe the opportunity to use C++ iterators for p/peAdrian Thurston2017-06-032-7/+11
* Don't hard-code gccHeiko Becker2017-05-061-2/+2
* added changelog entries for 6.10, updated release dateragel-6.10Adrian Thurston2017-03-242-1/+19
* C codegen: test p VS pe in goto/call/ret in EOF actionsAdrian Thurston2017-03-2313-44/+930
* updated conditions for action label generationAdrian Thurston2017-03-204-2/+9
* version bump to 6.10Adrian Thurston2016-08-191-2/+2
* use separate signed/unsigned values for host type min/maxAdrian Thurston2016-08-184-75/+105
* ragel codegen: optionally do not generate entry point variablesPhil Carmody2016-04-0711-8/+14
* fix call to rbxGoto (can't use return value)Adrian Thurston2015-07-231-1/+1
* use ragel 6: configure.ac not configure.inAdrian Thurston2015-02-221-0/+0
* control file for building ragel 6 from tarballAdrian Thurston2015-02-202-0/+7
* 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