Discussion around the Lezer parser system
|
|
0
|
953
|
July 9, 2019
|
Matching all text until a specific token is encountered (without ExternalTokenizer)
|
|
10
|
83
|
January 23, 2023
|
In markdown how to color only list bullets?
|
|
6
|
101
|
January 21, 2023
|
Template style language
|
|
3
|
50
|
January 16, 2023
|
How do I debug my lezer grammar?
|
|
2
|
326
|
January 15, 2023
|
Non-greedily matching part of a line of text?
|
|
6
|
112
|
January 9, 2023
|
Why does lezer-javascript use ExternalTokenizer for template strings?
|
|
2
|
85
|
January 9, 2023
|
Please help with syntax highlighting
|
|
2
|
83
|
January 9, 2023
|
Multiple languages in same document based on line numbers
|
|
4
|
103
|
January 2, 2023
|
Auto indent code
|
|
2
|
856
|
December 30, 2022
|
Tree.build dont work properly
|
|
1
|
60
|
December 22, 2022
|
difficulty with Tree.build method
|
|
3
|
73
|
December 22, 2022
|
Is it possible to do a multi-pass parser with Lezer & CodeMirror?
|
|
4
|
148
|
December 21, 2022
|
How to add custom tags in @lezer/highlight ?
|
|
2
|
161
|
December 20, 2022
|
How can I find if a tree node has some subchild node which is incomplete or has error ?
|
|
0
|
61
|
December 14, 2022
|
Lezer token for "prop: value" syntax
|
|
1
|
105
|
December 13, 2022
|
About Lezer token
|
|
1
|
89
|
December 7, 2022
|
SQL folding between keywords
|
|
2
|
86
|
December 6, 2022
|
How to mix binary and unary operators?
|
|
2
|
87
|
November 28, 2022
|
An example of an incremental parse?
|
|
3
|
151
|
November 27, 2022
|
Understanding the python indent tracker hash function
|
|
3
|
110
|
November 27, 2022
|
Is my text format appropriate to be parsed with Lezer?
|
|
5
|
213
|
November 11, 2022
|
Lezer Java Properties grammar
|
|
2
|
167
|
November 1, 2022
|
$[\uFFFF] matches any single code point that uses two bytes in UTF-16, possible bug?
|
|
7
|
157
|
November 6, 2022
|
How to convert grammar into a JavaScript object ?
|
|
5
|
191
|
November 3, 2022
|
how to get function name or variable name from tree
|
|
1
|
108
|
November 3, 2022
|
Need help on reduce/reduce ambiguity
|
|
6
|
137
|
October 26, 2022
|
Online playground for lezer
|
|
8
|
1092
|
October 24, 2022
|
Nodes in syntax tree
|
|
1
|
160
|
October 24, 2022
|
Cyclic token precedence
|
|
2
|
120
|
October 21, 2022
|