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 parsing from IO #31

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Allow parsing from IO #31

merged 1 commit into from
Sep 15, 2023

Conversation

willhbr
Copy link
Member

@willhbr willhbr commented Sep 7, 2023

More flexible parsing by allowing to pass either a String or an IO. Lexer now only needs to look at the current character and peek at the next character.

src/toml.cr Outdated Show resolved Hide resolved
@hugopl
Copy link

hugopl commented Sep 11, 2023

IMO it's good to go, however I'm not a contributor neither maintainer of this project, just an user 😁

@willhbr willhbr merged commit 299f81a into crystal-community:master Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants