Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow lexical analysis on streams #64

Open
stylewarning opened this issue Feb 7, 2019 · 0 comments
Open

Allow lexical analysis on streams #64

stylewarning opened this issue Feb 7, 2019 · 0 comments
Labels
enhancement New feature or request proposal/discussion A proposed change that is worth discussing.

Comments

@stylewarning
Copy link
Member

stylewarning commented Feb 7, 2019

Right now entire Quil files have to be slurped into a string and the entire thing has to be processed. Can we instead do lexical analysis on a stream to create a token stream?

@stylewarning stylewarning added enhancement New feature or request proposal/discussion A proposed change that is worth discussing. labels Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request proposal/discussion A proposed change that is worth discussing.
Projects
None yet
Development

No branches or pull requests

1 participant