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

Parser #48

Merged
merged 14 commits into from
Jun 20, 2024
Merged

Parser #48

merged 14 commits into from
Jun 20, 2024

Conversation

jbirddog
Copy link
Owner

Simple parser with some nuances, words have a max length of 255 - longer words will be split, whitespace is anything at or below ascii 32, legal word chars are anything above ascii 32, parsing is done one byte at a time. These nuances may be tightened over time but for now results in a very minimal parser.

@jbirddog jbirddog merged commit 8abc1af into main Jun 20, 2024
1 check passed
@jbirddog jbirddog deleted the parser branch June 20, 2024 01:08
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.

1 participant