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 syntax for builtin list #2239

Merged
merged 7 commits into from
Jul 3, 2023
Merged

Conversation

janmasrovira
Copy link
Collaborator

@janmasrovira janmasrovira commented Jun 30, 2023

This pr introduces a list as a new builtin so that we can use syntax sugar both in expressions and patterns. E.g. it is now possible to write [1; 2; 3;].

@janmasrovira janmasrovira added this to the 0.4.2 milestone Jun 30, 2023
@janmasrovira janmasrovira self-assigned this Jun 30, 2023
@janmasrovira janmasrovira linked an issue Jun 30, 2023 that may be closed by this pull request
@janmasrovira janmasrovira force-pushed the 1643-add-syntax-for-builtin-list branch 4 times, most recently from 0ede443 to 062a321 Compare June 30, 2023 14:06
@janmasrovira janmasrovira marked this pull request as ready for review June 30, 2023 14:29
@janmasrovira janmasrovira force-pushed the 1643-add-syntax-for-builtin-list branch from a19397f to 0f5d0f3 Compare June 30, 2023 16:23
@janmasrovira janmasrovira requested a review from lukaszcz June 30, 2023 17:05
@janmasrovira janmasrovira changed the title Add expression syntax for builtin list Add syntax for builtin list Jun 30, 2023
@lukaszcz lukaszcz merged commit 0cc689a into main Jul 3, 2023
@lukaszcz lukaszcz deleted the 1643-add-syntax-for-builtin-list branch July 3, 2023 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add syntax for builtin List
2 participants