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

Implement backtick syntax for defining commands #8

Merged
merged 7 commits into from
Nov 28, 2024
Prev Previous commit
Next Next commit
Merge branch 'main' into command-literals
GearsDatapacks authored Nov 17, 2024
commit 2bdb4ca3b1af4d65d8f6262514560e6c185acd93
9 changes: 0 additions & 9 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
## Before initial alpha
- `@condition` builtin
- Builtin functions at module level
- More permissive resources
- Resolve `~` and allow `:`?
- `break` and `continue`
- Project config
- Integrate stdlib
- Pipe operator (`|>`) and underscore (`_`) syntax
- Inline compile time variables (`data modify storage &foo` etc)

## Before initial release
- Unit tests
- Finish import system
- Add export system
You are viewing a condensed version of this merge commit. You can view the full changes here.