Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Many parser generation tools use their own custom grammar language, and then generate a C parser based on that. With Tree-sitter, it’s a similar setup, except the grammars are written in JavaScript instead of some custom language.

The parser generator itself is all written in Rust, but the end user doesn’t need to use rust in any way.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: