mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 15:19:55 -06:00
First commit
This commit is contained in:
commit
9392139a9c
47 changed files with 9107 additions and 0 deletions
37
test/corpus/directive.txt
Normal file
37
test/corpus/directive.txt
Normal 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)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue