Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
erezsh
on Feb 24, 2021
|
parent
|
context
|
favorite
| on:
Tree-sitter: an incremental parsing system for pro...
I tried looking through the docs, and couldn't find any mention of which algorithm you are using. It seems like some LR, grammar, but which kind? LALR? GLR? It seems like a very important bit of information, that's suspiciously missing.
asqueella
on Feb 25, 2021
|
next
[–]
https://tree-sitter.github.io/tree-sitter/creating-parsers#w...
mentions it’s based on GLR.
maxbrunsfeld
on Feb 25, 2021
|
prev
[–]
It generates LR(1) parsers, and can use GLR on an opt-in basis, for handling specific conflicts.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: