summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* when marking input items as processed, ensure parse data matchesHEADmasterAdrian Thurston2023-03-121-12/+16
* fallback to AC_CHECK_LIB for libcolm and libfsmAdrian Thurston2023-03-121-0/+20
* some test cases with from-state actions now need eof and output updatingAdrian Thurston2021-12-289-1/+25
* test case verifying reset of ts after EOFAdrian Thurston2021-12-281-0/+57
* removed code that is unused, or that now lives in the colm packageAdrian Thurston2021-12-2827-17799/+0
* test case covering from-state actions on EOFAdrian Thurston2021-12-281-0/+24
* update the README to reference the new docker filesAdrian Thurston2021-12-271-9/+17
* three dockerfilesAdrian Thurston2021-12-273-36/+63
* renamed Dockerfile and added a new dockerfile for building from masterAdrian Thurston2021-12-263-0/+59
* added Makefile to runtests dependenciesAdrian Thurston2021-12-261-1/+1
* need to add regular language definitions to trans.lm, removed from ragel.lmAdrian Thurston2021-12-261-0/+32
* updated the README to reflect that we are no longer merged with colmAdrian Thurston2021-12-241-37/+9
* improvements to rust frontend scannerAdrian Thurston2021-12-031-29/+13
* moved common regular language definitions to host-specific grammarsAdrian Thurston2021-12-0314-34/+404
* include common ragel grammar and reduction code in rlparse depsAdrian Thurston2021-12-0312-12/+36
* colm package data is now in pkgdatadir, adjust COLM_SHAREAdrian Thurston2021-11-231-1/+1
* always default to not build the manualAdrian Thurston2021-11-131-5/+3
* removed github actions workflow, nowhere to run at presentAdrian Thurston2021-11-091-45/+0
* moved output filter, file name funcs, line directive generation from colmAdrian Thurston2021-11-072-0/+313
* moved HostLang type and makeCodeGen funcs to here from colmAdrian Thurston2021-11-0719-23/+68
* moved the findAlphType code from colm over hereAdrian Thurston2021-11-074-38/+52
* moved C and ASM host types here from colmAdrian Thurston2021-11-076-75/+111
* moved writeStatement into InputDataAdrian Thurston2021-11-073-86/+88
* Merge pull request #68 from oodler577/dockerfile-make-jAdrian Thurston2021-11-071-2/+2
|\
| * Removed -j from `make` in DockerfileCarmel Twow2021-04-121-2/+2
* | C codegen: use the 'signed' prefix when specifying the size of the signed typesAdrian Thurston2021-11-061-4/+4
* | C char type: decide signedness of char based on CHAR_MINAdrian Thurston2021-11-061-12/+12
* | need to use Bytes.to_string on buffer objectsAdrian Thurston2021-09-091-2/+2
* | use -no-pie for asm buildAdrian Thurston2021-09-092-2/+2
* | src/codegen.cc now lives in colmAdrian Thurston2021-09-091-1203/+0
* | D language stdio has movedAdrian Thurston2021-09-095-4/+5
|/
* added a dockerfile for testing a build from the webAdrian Thurston2021-02-152-11/+36
* updated language flags, catch abortcompile throw in non-ragel progs7.0.4Adrian Thurston2021-02-151-45/+51
* version bump to 7.0.4Adrian Thurston2021-02-152-9/+7
* expect colm version 0.14.6 and version bump ragel to 7.0.37.0.3Adrian Thurston2021-01-181-2/+2
* expect colm 0.14.5 and version bump to 7.0.27.0.2Adrian Thurston2021-01-031-3/+3
* removed COLM_VERSION and RAGEL_VERSIONAdrian Thurston2020-12-233-15/+6
* removed accidental commit of ragel/.exrc7.0.1Adrian Thurston2020-11-251-28/+0
* version bump to 7.0.1Adrian Thurston2020-11-251-6/+6
* turn on loop labels for rustAdrian Thurston2020-10-131-1/+1
* fixed the distAdrian Thurston2020-10-1212-14/+12
* fixes for ruby alphtypeAdrian Thurston2020-10-121-1/+1
* fixed ragel CIAdrian Thurston2020-10-122-8/+15
* merge pull request #52 from JunHe77/wrong_charAdrian Thurston2020-10-106-7/+7
|\
| * common: Fix ambiguous CHAR_MIN/MAX definitionJun He2020-09-176-7/+7
* | the primary rust type u8 is unsigned, specify it as suchAdrian Thurston2020-10-101-1/+1
|/
* updated colm exptected version and fixed some makefile pathsAdrian Thurston2020-06-286-22/+22
* use libcolm and libfsm .la files when linkingAdrian Thurston2020-04-1314-156/+52
* longest-match struct split between libfsm and here in ragelAdrian Thurston2020-03-277-203/+155
* removal of libfsm files and adjusting includes filesAdrian Thurston2020-03-1655-12469/+15