summary refs log tree commit diff
path: root/bin/hilex/c.l (follow)
Commit message (Expand)AuthorAge
* Remove hacky tagging from hilexJune McEnroe2021-01-12
* Tag top-level typedefs the same way as function definitionsJune McEnroe2021-01-02
* Clean up C lexerJune McEnroe2020-12-29
* Match lex/yacc %% %{ %} lines as MacroJune McEnroe2020-12-29
* Match top-level C definitions as IdentifierTagJune McEnroe2020-12-29
* Match C type declarations as IdentifierTagJune McEnroe2020-12-29
* Match function-like macro definitions as IdentifierTagJune McEnroe2020-12-29
* Reconfigure C macro start conditionsJune McEnroe2020-12-29
* Match Objective-C #import in C lexerJune McEnroe2020-12-29
* Lex strings inside macrosJune McEnroe2020-12-28
* Add initial version of hilexJune McEnroe2020-12-28