Y
Hacker News
new
|
ask
|
show
|
jobs
by
orlp
680 days ago
You don't even need that for JSON. JSON can be expressed using a LR(1) grammar, so you can do it in linear time and space.
1 comments
gamegoblin
680 days ago
Yes, the llama.cpp work supports arbitrary CFGs, not just JSON
link