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

36 lines
575 B
Text
Raw Normal View History

2024-11-22 10:37:30 -08:00
=======
Include
=======
@include foo.pg
2024-12-10 21:40:39 -08:00
def baz : ★ := A;
2024-11-22 10:37:30 -08:00
@include bar.pg
---
2024-12-10 21:40:39 -08:00
(program
(preprocess
(command)
(post_command))
(definition
(identifier)
(ascription
(expr
(app_term
(binex
(app
(term
(sort
(star))))))))
(expr
(app_term
(binex
(app
(term
(identifier)))))))
(preprocess
(command)
(post_command)))