tree-sitter-perga/test/corpus/include.txt

33 lines
406 B
Text
Raw Normal View History

2024-11-22 10:37:30 -08:00
=======
Include
=======
@include foo.pg
baz : * := A;
@include bar.pg
---
(program
(preprocess
(command)
(post_command))
(definition
(identifier)
(ascription
(expr
(app_term
(app
(term
(star))))))
(expr
(app_term
(app
(term
(identifier))))))
(preprocess
(command)
(post_command)))