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

Add support for array-like type literals and hash-like type literals #67

Merged
merged 4 commits into from
Dec 31, 2024

Conversation

nobodywasishere
Copy link
Member

Closes #29

Some parts of the scanner are asserting from this change, am not familiar enough with it to know whether this is expected.

@nobodywasishere nobodywasishere force-pushed the nobody/array-like-type-literals branch from 8932d52 to df51b2b Compare December 31, 2024 01:53
grammar.js Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
grammar.js Outdated Show resolved Hide resolved
@nobodywasishere nobodywasishere force-pushed the nobody/array-like-type-literals branch from 6aed092 to ba2a1cc Compare December 31, 2024 15:34
@nobodywasishere nobodywasishere marked this pull request as ready for review December 31, 2024 15:35
test/corpus/literals.txt Outdated Show resolved Hide resolved
test/corpus/literals.txt Outdated Show resolved Hide resolved
test/corpus/literals.txt Outdated Show resolved Hide resolved
@nobodywasishere nobodywasishere force-pushed the nobody/array-like-type-literals branch from 285ce85 to c2d01df Compare December 31, 2024 17:25
@nobodywasishere nobodywasishere merged commit da3ead3 into main Dec 31, 2024
6 checks passed
@nobodywasishere nobodywasishere deleted the nobody/array-like-type-literals branch December 31, 2024 17:26
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.

array-like and hash-like literals
2 participants