Notebook-Experiments
Notebook-Experiments copied to clipboard
Playing around with notebook software
It's not always obvious there when there is a parse error, especially now when the parse tree is big. It would be handy with some kind of error counter or...
Add new Lezer grammars such as Java, Julia, Markdown, PHP, Sass and XML. Update the existing grammars which have since been updated and improved.
Hi I'm studying codemirror via this project. I need deps installed for the "Go to Implementations" command in vscode to work right? To follow threads around... Installing seems impossible, mostly...
Tables
Amazing playground, fun to be had with it. I like how the tree on the right highlights where in the source code on the left. I want to push this...
Lezer supports a few new features that are not available in playground.
I wrote this in my grammar: ``` @external tokens lineStart from '../externalTokenizer/tokens' { blankLineStart } ``` And how can I import the `tokens.js` to the grammar file? 