Skip to content

projectfluent/tree-sitter-fluent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tree-sitter-fluent

Fluent grammar for tree-sitter.

Modify the grammar by editing grammar.js. Recreate the generated files in src via

npm run build
npm test

Read the documentation on tree-sitter for an introduction to the grammar and the DSL to generate it.

There are extensions to the DSL in grammar.js in dsl, to make the grammar more expressive and human readable.