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

feat: implement a real basic language #56

Draft
wants to merge 2 commits into
base: mistress
Choose a base branch
from

Conversation

vanilla-extracts
Copy link
Owner

@vanilla-extracts vanilla-extracts commented Nov 21, 2024

Fix #54
Legend:
🚀 need to be there to release 3.4.0
👍 would like to be there to release 3.4.0

  • Conditions 🚀
    • If 🚀
    • If/else 🚀
  • Flow control 👍
    • For 👍
    • While 🚀
  • REPL command to execute a file 🚀
  • Non-interactive command to execute a file 🚀

@vanilla-extracts vanilla-extracts added the enhancement New feature or request label Nov 21, 2024
@vanilla-extracts vanilla-extracts self-assigned this Nov 21, 2024
@vanilla-extracts vanilla-extracts linked an issue Nov 21, 2024 that may be closed by this pull request
@vanilla-extracts vanilla-extracts marked this pull request as draft November 21, 2024 14:37
@vanilla-extracts
Copy link
Owner Author

Beware PR #62 will be published before this one.

@vanilla-extracts vanilla-extracts added the documentation Improvements or additions to documentation label Dec 2, 2024
@vanilla-extracts
Copy link
Owner Author

Removing functions body, would introduce a breaking change from current functions, bumping us to 4.0.0

@vanilla-extracts vanilla-extracts mentioned this pull request Dec 2, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat request: add basic real language interpretation
1 participant