forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
202 B
Scheme
12 lines
202 B
Scheme
3 years ago
|
[
|
||
|
(module_definition)
|
||
|
(struct_definition)
|
||
|
(macro_definition)
|
||
|
(function_definition)
|
||
|
(compound_expression) ; begin blocks
|
||
|
(let_statement)
|
||
|
(if_statement)
|
||
|
(for_statement)
|
||
|
(while_statement)
|
||
|
] @fold
|