summaryrefslogtreecommitdiff
path: root/src/cgil
Commit message (Collapse)AuthorAgeFilesLines
* cgil: permit ''' in rust output languageAdrian Thurston2021-12-031-1/+1
| | | | Helps with adrian-thurston/ragel#3.
* install data files to PREFIX/share/colm (pkgdata_DATA)Adrian Thurston2021-11-231-1/+1
| | | | | Was using data_DATA, which lands in PREFIX/share. This is a nuisance for packaging. refs #134
* allow the base expression in deref and offset to be an expressionAdrian Thurston2021-09-2112-49/+49
| | | | | | 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-1816-0/+7023