summaryrefslogtreecommitdiff
path: root/src/libfsm
Commit message (Expand)AuthorAgeFilesLines
* include an extern C function in libfsm so we can use AC_CHECK_LIBHEADmasterAdrian Thurston2023-03-121-0/+2
* generate a check for EOF if there are from-state actionsAdrian Thurston2021-12-286-7/+7
* can remove the now empty allocgen.ccAdrian Thurston2021-11-071-1/+1
* remaining parts of common.cc moved over to ragelAdrian Thurston2021-11-074-338/+16
* moved HostLang type and makeCodeGen funcs to ragelAdrian Thurston2021-11-077-137/+22
* moved the findAlphType code over to ragelAdrian Thurston2021-11-074-54/+0
* moved the C and ASM host types over to ragelAdrian Thurston2021-11-072-81/+0
* moved writeStatement into InputData in ragelAdrian Thurston2021-11-072-92/+0
* C codegen: use the 'signed' prefix when specifying the size of the signed typesAdrian Thurston2021-11-061-4/+4
* C codegen: use SCHAR_MIN and SCHAR_MAX for signed char host typeAdrian Thurston2021-11-061-1/+1
* C codegen: decide char signedness based on value of CHAR_MINAdrian Thurston2021-11-061-12/+12
* allow the base expression in deref and offset to be an expressionAdrian Thurston2021-09-212-1/+14
* include version in libfsm library install pathAdrian Thurston2020-12-231-1/+1
* lift all source code into src/ dirinto-srcAdrian Thurston2020-10-1874-0/+29915