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

Fix Sprite's DataTypeParser #193

Open
janvrany opened this issue Feb 16, 2024 · 0 comments
Open

Fix Sprite's DataTypeParser #193

janvrany opened this issue Feb 16, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@janvrany
Copy link
Collaborator

As of now, DataTypeParser is very strict, it expect exact amount of spaces here and there. Worse, if you make a mistake, it does not say parse error but it fails later with "program contains no decls" which is confusing. This has bitten me couple times.

Needless to say that upstream Sprite parser is not that strict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant