tree-sitter-perga/test/corpus/include.txt
2024-12-01 23:36:32 -08:00

33 lines
433 B
Text

=======
Include
=======
@include foo.pg
def baz : * := A;
@include bar.pg
---
(program
(preprocess
(command)
(post_command))
(definition
(identifier)
(ascription
(expr
(app_term
(app
(term
(sort
(star)))))))
(expr
(app_term
(app
(term
(identifier))))))
(preprocess
(command)
(post_command)))