summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* when marking input items as processed, ensure parse data matchesHEADmasterAdrian Thurston2023-03-121-12/+16
* removed code that is unused, or that now lives in the colm packageAdrian Thurston2021-12-2827-17799/+0
* 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
* 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
* 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
* src/codegen.cc now lives in colmAdrian Thurston2021-09-091-1203/+0
* 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-151-6/+1
* removed COLM_VERSION and RAGEL_VERSIONAdrian Thurston2020-12-232-4/+4
* 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
* 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-284-4/+4
* use libcolm and libfsm .la files when linkingAdrian Thurston2020-04-1313-129/+44
* longest-match struct split between libfsm and here in ragelAdrian Thurston2020-03-275-200/+152
* removal of libfsm files and adjusting includes filesAdrian Thurston2020-03-1655-12469/+15
* moved ragel/* to src/Adrian Thurston2020-03-14165-12/+53366
* added config.h.in~ to gitignoreAdrian Thurston2020-01-311-0/+1
* cmake: restore projectKonstantin Podsvirov2019-10-233-0/+22
* the config.h file now goes to srcAdrian Thurston2019-09-092-0/+10
* moved the original colm src dir to /colmAdrian Thurston2019-09-0892-58489/+0
* merging aapl src dirs: added CmpStr and CmpString to colm/aaplAdrian Thurston2019-09-084-11/+11
* cmake export from project directoryKonstantin Podsvirov2019-08-062-9/+8
* cmake export from build treeKonstantin Podsvirov2019-07-242-0/+3
* support _IN_ _EX_ indentation in string accumulatorsAdrian Thurston2019-05-257-50/+65
* pushing the trim decision to run-timeAdrian Thurston2019-05-248-36/+139
* added a get option to retrieve auto_trim from bytecodeAdrian Thurston2019-05-235-26/+44
* added and auto_trim flag to stream anad inputAdrian Thurston2019-05-227-4/+64
* version bump to 0.13.0.7Adrian Thurston2019-05-141-1/+1
* patch for cmake - colmKram2019-05-011-1/+1
* can't send parse errors to cerr as textAdrian Thurston2019-03-011-2/+3
* allow referencing a tree in reduction actionsAdrian Thurston2018-12-175-9/+78
* use -Wl,--no-undefined only on linuxAdrian Thurston2018-12-131-1/+5
* disabled the experimental postfix reduceAdrian Thurston2018-12-131-2/+3
* don't use reported line as index when tracking line lenthsAdrian Thurston2018-12-122-9/+17
* make tree_to_str available in the libraryAdrian Thurston2018-12-123-19/+21
* transfer locations once we find some dataAdrian Thurston2018-12-121-3/+4
* stream: track line lengths and use to restore during push backAdrian Thurston2018-12-122-4/+39
* make it optional to clean trees as we reduceAdrian Thurston2018-12-124-4/+14
* make location file name and column available in Colm codeAdrian Thurston2018-12-027-24/+86