Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 757 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 757 Bytes

tree-sitter-scala

Test the grammar

Scala grammar for tree-sitter.

References

Development

First, install the project's dependencies:

npm install

Add a test case to ./corpus, make the required changes to grammar.js, regenerate and recompile the parser, and run the tests:

npm run build
npm test