I've created a TiddlyWiki Lezer Parser #8795
BurningTreeC
started this conversation in
General
Replies: 1 comment 1 reply
-
Can you link to your code? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
for my CodeMirror 6 editor I went down the rabbit hole and created a TiddlyWiki5 - to Lezer converter which integrates with the CodeMirror parsing system and adds highlighting for TiddlyWiki5 syntax.
Now what I'm doing internally is parsing the whole input with:
But I'd like to have more input, a more complex parse tree, with the widgets and such.
How do I achieve that?
Beta Was this translation helpful? Give feedback.
All reactions