Skip to content

alexmozaidze/tree-sitter-fennel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfbfa47 · May 31, 2024
Mar 9, 2021
Apr 22, 2024
May 31, 2024
May 31, 2024
Apr 19, 2024
Apr 22, 2024
Apr 22, 2024
Apr 27, 2024
Apr 22, 2024
Mar 18, 2024
Mar 9, 2021
May 31, 2024
Feb 11, 2024
Apr 22, 2024
Apr 22, 2024
Apr 29, 2024
Apr 22, 2024
Apr 22, 2024
May 31, 2024
May 31, 2024
Apr 22, 2024
Apr 22, 2024

Repository files navigation

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