m-chrzan.xyz
index
:
aoc2020
master
Solutions to Advent of Code 2020
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
19
/
b
/
grammar.l
blob: 6237a661fef3a18d49bd81b873a0e05c6ff8eb08 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
%{ #include "grammar.tab.h" %} %% a return A; b return B; \n return EOL; %%