summary refs log tree commit diff
path: root/bin/.gitignore
blob: 78e94de313ac6b35c8f2e788f02a83a60314c1f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
*.html
*.o
aes
beef
bit
bri
config.mk
dtch
edit
ever
fbatt
fbclock
glitch
hi
hnel
modem
open
order
pbcopy
pbd
pbpaste
pngo
psf2png
psfed
ptee
relay
scheme
scheme.h
scheme.png
setopt
shotty
tags
title
ttpre
up
when
xx
pan title='2020-12-30 19:38:10 -0500'>2020-12-30Add unary & to bitJune McEnroe 2020-12-30Support unary + in orderJune McEnroe 2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe 2020-12-29Clean up C lexerJune McEnroe 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroe