feat(inko): add support for Inko

This commit is contained in:
Yorick Peterse 2024-05-03 01:13:43 +02:00 committed by Christian Clason
parent c0c32abc51
commit 7441b82fe5
8 changed files with 323 additions and 0 deletions

17
queries/inko/folds.scm Normal file
View file

@ -0,0 +1,17 @@
[
(call)
(class)
(closure)
(define_case)
(define_constant)
(define_field)
(define_variable)
(external_function)
(if)
(import)+
(loop)
(match)
(method)
(trait)
(while)
] @fold