UNPKG
tree-sitter-amcl
Version:
latest (1.0.0)
1.0.0
AMCL parser
tree-sitter-amcl
/
grammar.js
8 lines
(7 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= grammar({ name:
'AMCL'
, rules: {
//
TODO:
add actual grammar rules
surce_file :$ =>
'hello'
} });