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

Parser: Declaration #18

Closed
H1ghBre4k3r opened this issue Nov 6, 2023 · 0 comments · Fixed by #20
Closed

Parser: Declaration #18

H1ghBre4k3r opened this issue Nov 6, 2023 · 0 comments · Fixed by #20
Assignees
Labels
↗️ enhancement New feature or request parser Issues related to the parser of the language.
Milestone

Comments

@H1ghBre4k3r
Copy link
Owner

Topic

The parser should support for declaring certain things (i.e., functions, variables, constants, etc.)

Syntax

The syntax should look something like this:

declare foo: (i32) -> i32; // declare a function foo which takes an i32 and returns i32
@H1ghBre4k3r H1ghBre4k3r added the ↗️ enhancement New feature or request label Nov 6, 2023
@H1ghBre4k3r H1ghBre4k3r self-assigned this Nov 6, 2023
@H1ghBre4k3r H1ghBre4k3r added this to the Version 0.1.0 milestone Nov 8, 2023
@H1ghBre4k3r H1ghBre4k3r added the parser Issues related to the parser of the language. label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
↗️ enhancement New feature or request parser Issues related to the parser of the language.
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant