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

refactor: parser now passes even more test cases #28

Merged
merged 7 commits into from
Aug 10, 2024

Conversation

fami-fish
Copy link
Contributor

Parser now handles these test cases:

%{4:4, 5,
%{4, 5
%{4, {5
%{4, {5}, [234,
%{[1}]
%{2 3}
%{2 [2:3 4:4 4: 2] }
%{1, [2}]
%{[}]
%{]
%{2, {[1, 2}], 2}
%[[
%1;r8:8
%1:8;r8
%{;r8}
%{1;r8}
%{};r8
%9;r8
%[1];r8
%{}
%{2, 3};r8
%[2];r8

Copy link
Member

@slbsh slbsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@slbsh slbsh merged commit 384bee7 into shard-org:main Aug 10, 2024
2 of 3 checks passed
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