diff options
author | 2024-07-22 17:19:33 +0200 | |
---|---|---|
committer | 2024-07-22 17:19:33 +0200 | |
commit | 2a20043edb282dff05c9832b1576bf8894dd6473 (patch) | |
tree | 572638a56b46cbd90534ea6ba562b544f7273ec7 /.gitignore | |
parent | 2fd810be649548de92b7b34900205555250fab3b (diff) | |
download | properties-2a20043edb282dff05c9832b1576bf8894dd6473.tar.gz properties-2a20043edb282dff05c9832b1576bf8894dd6473.zip |
Add a first draft of the parser
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ properties *.core a.out *-lexer.c +y.* +*-parser.*
\ No newline at end of file |