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

34 lines
433 B
Text
Raw Normal View History

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