You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2024. It is now read-only.
Hi @vhyrro ,
I've been looking into norg parsers (I'm trying to build one in typescript), but I've got a questions about this project and his rust counterpart:
Are this parsers or lexers?
Because they don't seem to give back a tree of tokens, but just a list of less "structurally defined" data. Since I'm pretty new to this branch of programming, I just wanted to make sure I correctly understood the concept 🙂
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @vhyrro ,
I've been looking into norg parsers (I'm trying to build one in typescript), but I've got a questions about this project and his rust counterpart:
Are this parsers or lexers?
Because they don't seem to give back a tree of tokens, but just a list of less "structurally defined" data. Since I'm pretty new to this branch of programming, I just wanted to make sure I correctly understood the concept 🙂
The text was updated successfully, but these errors were encountered: