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

Make tokenizer monadic #1

Closed
falgon opened this issue Jan 26, 2020 · 1 comment
Closed

Make tokenizer monadic #1

falgon opened this issue Jan 26, 2020 · 1 comment
Assignees
Labels

Comments

@falgon
Copy link
Owner

falgon commented Jan 26, 2020

As of 0ee8f84, Htcc.Tokenizer.Core.tokenize' is not designed monadic.
This function keeps track of each token's position along with the construction of the token list (to clarify the error message), and passes it to the function at each recurrence however it should be expressed as context.

@falgon falgon added the task label Jan 26, 2020
@falgon falgon self-assigned this Jan 26, 2020
@falgon
Copy link
Owner Author

falgon commented Feb 10, 2020

It has Implemented by the commit ac8596c.

@falgon falgon closed this as completed Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant