mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 15:19:55 -06:00
37 lines
359 B
Text
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)))
|