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

Lexer routines to support token-by-token processing #12

Open
JamesYang007 opened this issue Jan 13, 2020 · 1 comment
Open

Lexer routines to support token-by-token processing #12

JamesYang007 opened this issue Jan 13, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@JamesYang007
Copy link
Owner

Lexer processes all tokens at once and stores into vector. We want to support processing per token whether we want to single-process or batch-process for the parser.

The lexer routine logic take advantage of the fact that we are simply pushing to a vector of tokens. There will be major restructuring to get rid of this dependency.

@JamesYang007 JamesYang007 added the enhancement New feature or request label Jan 13, 2020
@JamesYang007 JamesYang007 self-assigned this Jan 13, 2020
@JamesYang007
Copy link
Owner Author

Waiting for merge: @ #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant