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

var and const #41

Closed
5 tasks done
Tracked by #25
thi8v opened this issue Jul 13, 2023 · 1 comment
Closed
5 tasks done
Tracked by #25

var and const #41

thi8v opened this issue Jul 13, 2023 · 1 comment
Labels
A-Lang Area: related to the overall Language, his syntax, grammar etc C-tracking-issue Category: RFC related tracking issue, that track the implementation of the RFC. enhancement New feature or request
Milestone

Comments

@thi8v
Copy link
Member

thi8v commented Jul 13, 2023

This is a tracking issue for the RFC "var-const" (zom-lang/rfcs#2).

About tracking issues

Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or
open design questions. A tracking issue is however not meant for large scale
discussion, questions, or bug reports about a feature. Instead, open a dedicated
issue for the specific matter and add the relevant feature gate label.

Steps

  • Implement the RFC
    • parse var & const with name in AST of Symbol
    • In statement LocalSymbol
    • And in item : GlobalSymbol
  • Adjust documentation.

Unresolved Questions

N/A

Implementation history

@thi8v thi8v mentioned this issue Jul 13, 2023
21 tasks
@thi8v thi8v changed the title variables and constants var and const Jul 13, 2023
@thi8v thi8v added A-Lang Area: related to the overall Language, his syntax, grammar etc enhancement New feature or request C-tracking-issue Category: RFC related tracking issue, that track the implementation of the RFC. labels Jul 15, 2023
@thi8v thi8v added this to the 0.1.0 milestone Jul 19, 2023
@thi8v
Copy link
Member Author

thi8v commented Oct 23, 2023

It's done. The documentation will be adjusted, when writed.

@thi8v thi8v closed this as completed Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Lang Area: related to the overall Language, his syntax, grammar etc C-tracking-issue Category: RFC related tracking issue, that track the implementation of the RFC. enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant