summaryrefslogtreecommitdiff
path: root/src/libfsm/common.cc
Commit message (Expand)AuthorAgeFilesLines
* remaining parts of common.cc moved over to ragelAdrian Thurston2021-11-071-240/+0
* moved the findAlphType code over to ragelAdrian Thurston2021-11-071-37/+0
* moved the C and ASM host types over to ragelAdrian Thurston2021-11-071-75/+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
* lift all source code into src/ dirinto-srcAdrian Thurston2020-10-181-0/+352