Is getting line numbers possible?
|
|
1
|
318
|
October 21, 2021
|
Reducing the parser's size
|
|
2
|
234
|
October 21, 2021
|
(key: value)* parser, errors when using different token declaration
|
|
3
|
207
|
October 20, 2021
|
Best approach to get leaves present down a particular node?
|
|
2
|
291
|
October 18, 2021
|
Getting information about syntactic errors
|
|
1
|
299
|
October 14, 2021
|
Ideal way for parsing keywords that can be identifiers too?
|
|
7
|
426
|
October 8, 2021
|
Lezer 0.15.0 release
|
|
3
|
781
|
September 16, 2021
|
Is there any way to split the grammar into multiple files?
|
|
1
|
245
|
September 16, 2021
|
Shortening the parse tree
|
|
1
|
284
|
September 15, 2021
|
RangeError: Maximum call stack size exceeded
|
|
1
|
202
|
September 7, 2021
|
Deeply nested parser
|
|
2
|
393
|
August 31, 2021
|
Is there any ongoing work on lezer-parser for SQL?
|
|
9
|
812
|
August 27, 2021
|
Is there a way to recognise an instance of a rule as something specific?
|
|
1
|
264
|
August 23, 2021
|
Null Tokens
|
|
1
|
244
|
August 12, 2021
|
Help with shift/reduce conflict
|
|
4
|
422
|
August 10, 2021
|
identify "already visited" nodes, best approach?
|
|
1
|
238
|
July 23, 2021
|
clone a tree-cursor?
|
|
1
|
250
|
July 21, 2021
|
Context sensitive whitespace
|
|
4
|
500
|
July 11, 2021
|
Performance vs. Tree Sitter for non-web-based use
|
|
1
|
566
|
June 29, 2021
|
Autocompletion from grammar using Lezer
|
|
1
|
546
|
June 29, 2021
|
Does Lezer support action routines?
|
|
1
|
219
|
June 21, 2021
|
Incremental Syntax Highlighting with Lezer
|
|
5
|
627
|
June 21, 2021
|
Does CodeMirror have an online source code conversion to css in all programing languages ?
|
|
4
|
274
|
June 17, 2021
|
Static Analysis with Lezer
|
|
2
|
336
|
June 17, 2021
|
Incremental parsing API?
|
|
1
|
382
|
June 15, 2021
|
Working with cursors & limits
|
|
2
|
272
|
June 7, 2021
|
Traversing the tree in a post-order traversal
|
|
1
|
328
|
June 3, 2021
|
Shift-reduce conflict again
|
|
2
|
285
|
May 28, 2021
|
Implementing recursion in grammar
|
|
1
|
332
|
May 20, 2021
|
What's the best to test and debug grammars?
|
|
4
|
1033
|
May 19, 2021
|