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
33
test/corpus/function.txt
Normal file
33
test/corpus/function.txt
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
===============
|
||||
Single function
|
||||
===============
|
||||
|
||||
PANLIGHT(LIGHT1,1500,1200,SCROLLTIME)
|
||||
|
||||
---
|
||||
(translation_unit
|
||||
(function
|
||||
(identifier)
|
||||
(identifier)
|
||||
(number)
|
||||
(number)
|
||||
(identifier)))
|
||||
|
||||
=====================
|
||||
Multiple with comment
|
||||
=====================
|
||||
|
||||
Invoke(GSA,1) # Draw arenas
|
||||
wait(SHOWTIME) # Delay for (auto) display of asset
|
||||
|
||||
---
|
||||
(translation_unit
|
||||
(function
|
||||
(identifier)
|
||||
(identifier)
|
||||
(number))
|
||||
(comment)
|
||||
(function
|
||||
(identifier)
|
||||
(identifier))
|
||||
(comment))
|
||||
Loading…
Add table
Add a link
Reference in a new issue