bablr-lang / bablr-vm

A VM for enforcing language rules on agAST trees
MIT License
40 stars 2 forks source link

`jsGrammar` #13

Closed coderaiser closed 2 years ago

coderaiser commented 2 years ago

Why do I need to pass jsGrammer, is cst-tokens going to support other grammars like CSS, HTML etc?

updateTokens(ast, jsGrammar, { sourceText });
conartist6 commented 2 years ago

It sure is