tree-sitter-zanscript/test/corpus/directive.txt
2024-09-23 20:43:43 -05:00

37 lines
359 B
Text

======
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)))