Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 929 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 929 Bytes

tree-sitter-fennel

Fennel grammar for tree-sitter focused on simplicity and modularity.

The grammar is broken down to core, and extensions.

  • core :: syntax items with no forms support.
  • extensions :: support to built-in forms, bindings, destructuring, and other macro-like behaviours.

For a full list of core syntax items, refer to documentation/core.md.
For a full list of supported built-in Fennel forms, refer to documentation/builtin-forms.md.

Extending The Grammar

If you want to extend the grammar in order to add more forms/macros, refer to HACKING.md.

References