feat: add support for Tact (#6554)

This commit is contained in:
Novus Nota 2024-05-03 18:42:51 +02:00 committed by GitHub
parent cbf9090a4c
commit 440f177277
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 459 additions and 0 deletions

16
queries/tact/folds.scm Normal file
View file

@ -0,0 +1,16 @@
[
; import …
(import_statement)+
; (…, …)
(parameter_list)
(argument_list)
; {…, …}
(instance_argument_list)
; {…; …}
(message_body)
(struct_body)
(contract_body)
(trait_body)
(function_body)
(block_statement)
] @fold