summaryrefslogtreecommitdiff
path: root/src/libfsm/codegen.cc
Commit message (Collapse)AuthorAgeFilesLines
* include an extern C function in libfsm so we can use AC_CHECK_LIBHEADmasterAdrian Thurston2023-03-121-0/+2
|
* moved HostLang type and makeCodeGen funcs to ragelAdrian Thurston2021-11-071-1/+1
|
* allow the base expression in deref and offset to be an expressionAdrian Thurston2021-09-211-1/+13
| | | | | | Previously allowed only identifier as the base. This is necessary to use the generated DATA() as the base in these expressions, which can be modified by access and therefore must be an expression.
* lift all source code into src/ dirinto-srcAdrian Thurston2020-10-181-0/+1202