index
:
src
this commit
master
dontfiles
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
.gitignore
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'bin/.gitignore')
0 files changed, 0 insertions, 0 deletions
d/> Missed this because operator(7) just doesn't list it, oddly.
2020-12-30
Add postfix $ operator to bit
June McEnroe
2020-12-29
Add make lexer
June McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar.
2020-12-29
Clean up C lexer
June McEnroe This ordering of rules feels much cleaner.
2020-12-29
Clean up hilex code somewhat
June McEnroe
2020-12-29
Match lex/yacc %% %{ %} lines as Macro
June McEnroe
2020-12-29
Match top-level C definitions as IdentifierTag
June McEnroe
2020-12-29
Match C type declarations as IdentifierTag
June McEnroe
2020-12-29
Match function-like macro definitions as IdentifierTag
June McEnroe
2020-12-29
Reconfigure C macro start conditions
June McEnroe
2020-12-29
Document HTML class names
June McEnroe
2020-12-29
Rename Tag class to IdentifierTag
June McEnroe
2020-12-29
Change HTML class from hi to hilex
June McEnroe You can tell I was just copying the HTML code huh.
2020-12-29
Add hilex HTML output
June McEnroe