Open zwpaper opened 1 year ago
Hey @Peefy , what's the pre test for this issue ?
@zwpaper
Could you tell me how to add new modules
I am adding the one for mixin statements
, so I added the required module in grammar.js
But it couldn't parse, on running the tests, so is there something I need to execute to add them into parser or onto node-types.json
@Peefy I have prepared a doc, which I am thinking of journaling for the complete Term It will be great if you can take a look at it
Feature Request
Is your feature request related to a problem? Please describe:
This is a track issue for tree sitter kcl.
spec ref:
https://github.com/kcl-lang/kcl-lang.io/blob/main/docs/reference/lang/spec/kcl-spec.md
https://kcl-lang.io/docs/reference/lang/spec/statements
[ ] Keywords and reserved words
The following are reserved words for the KCL:
[ ] Line comment
[ ] Operators
[ ] Delimiters
[ ] Operator precedence https://kcl-lang.io/docs/reference/lang/spec/kcl-spec#operator-precedence
Grammar