Home

Awesome

NOTE This repository is now archived in favor of https://github.com/Nsidorenco/tree-sitter-fsharp - @Nsidorenco's parser is much more capable and is where the bulk of community contribution should go!

tree-sitter-fsharp (archived)

===========================

F# grammar for tree-sitter based on the language spec

Requirements

See the tree-sitter getting started for details on these.

Development

Install dependencies

npm install

Generate the grammar

npm run generate

Run the tests

npm test

References

Progress (based on language spec sections)