Skip to content

siraben/tree-sitter-formula

Repository files navigation

tree-sitter-formula

Formula grammar for tree-sitter.

Read the research report here.

Syntax highlighting

Building

$ npm run build && tree-sitter test

Contributing

You don't need to know JavaScript or specific details about tree-sitter to help out! Try running the parser on real Formula programs and open an issue if the parser failed where it should be succeeding.

References

The grammar is based on the YACC grammar for Formula.