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

date type #13

Closed
17 tasks done
Tracked by #7 ...
michal-kapala opened this issue Dec 22, 2023 · 0 comments
Closed
17 tasks done
Tracked by #7 ...

date type #13

michal-kapala opened this issue Dec 22, 2023 · 0 comments
Assignees
Labels
core Core feature interpreter Related to interpreter module

Comments

@michal-kapala
Copy link
Owner

michal-kapala commented Dec 22, 2023

Dates can be stored as objects returned by functions such as Date or Now.

Dependency on:

Implementation

Operators

  • assignments
  • unary operators
  • binary operators

Cross-type interactions

  • number
  • bool
  • string
  • null
  • array
  • dictionary
  • binary
  • date

Functions

Required for release:

Optional for release:

@michal-kapala michal-kapala added core Core feature interpreter Related to interpreter module labels Dec 22, 2023
@michal-kapala michal-kapala added this to the Package release milestone Dec 22, 2023
@michal-kapala michal-kapala self-assigned this Dec 22, 2023
This was referenced Dec 22, 2023
michal-kapala added a commit that referenced this issue Dec 22, 2023
+ date type
+ Now and Now_ functions implemented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core feature interpreter Related to interpreter module
Projects
Status: Done
Development

No branches or pull requests

1 participant