summary refs log tree commit diff
path: root/bin/c11.l (follow)
Commit message (Collapse)AuthorAge
* Use noinput, nounput options in lex filesJune McEnroe2021-11-28
|
* Fix /* **/ comment matchingJune McEnroe2021-09-16
|
* Match \ before newline in string as EscapeJune McEnroe2021-01-13
|
* Match strftime format specifiersJune McEnroe2021-01-13
|
* Shorten hilex class namesJune McEnroe2021-01-13
|
* Try to return strings as single tokensJune McEnroe2021-01-13
|
* Match [] as Operator in C lexerJune McEnroe2021-01-13
|
* Fix C lexer to require a digit in a float literalJune McEnroe2021-01-13
| | | | Otherwise ".l" is matched as Number.
* Move hilex out of hilex directoryJune McEnroe2021-01-12