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

Declaration Support #20

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Declaration Support #20

merged 1 commit into from
Nov 7, 2023

Conversation

H1ghBre4k3r
Copy link
Owner

This PR adds support for parsing declarations in the following form:

declare foo: (i32, i32) -> i32;
declare bar: i32;

closes #18

@H1ghBre4k3r H1ghBre4k3r added the ↗️ enhancement New feature or request label Nov 7, 2023
@H1ghBre4k3r H1ghBre4k3r self-assigned this Nov 7, 2023
@H1ghBre4k3r H1ghBre4k3r merged commit bf2dd41 into main Nov 7, 2023
12 checks passed
@H1ghBre4k3r H1ghBre4k3r deleted the declarations branch November 7, 2023 21:44
@H1ghBre4k3r H1ghBre4k3r added this to the Version 0.1.0 milestone Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
↗️ enhancement New feature or request
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Parser: Declaration
1 participant