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

Use expression parser to parse user type refs #207

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

Mingun
Copy link
Contributor

@Mingun Mingun commented Aug 13, 2020

I'm not sure the compiler tests were running. Unfortunately, there is nothing in the documentation about running tests and I can't find a @GreyCat post where he gave me some clues about it

Fixes kaitai-io/kaitai_struct#792

@generalmimon generalmimon self-assigned this Dec 27, 2020
@generalmimon generalmimon self-requested a review December 27, 2020 00:17
@generalmimon
Copy link
Member

generalmimon commented Dec 27, 2020

@Mingun Could you please rebase your branch Mingun:type-ref-parser on top of the latest master so that the new PR checks are run?

@Mingun Mingun force-pushed the type-ref-parser branch 2 times, most recently from b908d3a to ab008d7 Compare December 28, 2020 15:40
@Mingun
Copy link
Contributor Author

Mingun commented Dec 28, 2020

Rebased

@Mingun Mingun force-pushed the type-ref-parser branch from ab008d7 to 863ad8d Compare May 11, 2021 18:57
@GreyCat
Copy link
Member

GreyCat commented Aug 24, 2021

This makes absolute perfect sense. Overall, the idea is to use true parsers as much as possible, as opposed to regex-based parsing is a very good one.

@GreyCat GreyCat merged commit f52044f into kaitai-io:master Aug 24, 2021
@Mingun Mingun deleted the type-ref-parser branch August 24, 2021 09:44
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.

Parametrized types do not allow spaces after "("
3 participants