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 Jan 31, 2020. It is now read-only.
this will allow stratifying our parsing. so we could make one parser that lexes a string, and then a second parser that parses the tokens from the lexer into an ast
maybe even go farther and implement micropass compilers etc.
The text was updated successfully, but these errors were encountered:
perhaps we could add "streaminterface" iterators that implement pop and lit. then the parser combinators could be bootstrapped with the stream primitives.
we should allow more than just strings as input.
this will allow stratifying our parsing. so we could make one parser that lexes a string, and then a second parser that parses the tokens from the lexer into an ast
maybe even go farther and implement micropass compilers etc.
The text was updated successfully, but these errors were encountered: