First commit

This commit is contained in:
Evan Dunbar 2024-09-23 20:43:43 -05:00
commit 8e99061065
47 changed files with 9107 additions and 0 deletions

37
test/corpus/directive.txt Normal file
View file

@ -0,0 +1,37 @@
======
Define
======
DEFINE test 100
---
(translation_unit
(define
(match)
(match)))
===================
Define with decimal
===================
DEFINE DRAWDELAY 0.5
---
(translation_unit
(define
(match)
(match)))
=======
Include
=======
INCLUDE g4Y
---
(translation_unit
(include
(identifier)))