- Add async while loop (keyword)
- Make entity selector work in lexer instead of parser
- Fix entity selector not supporting spaces
- Add async while loop (variant to normal while loop)
- Update entity selector
- Add async while loop (exact same as normal while loop)
- Add async while loop (uses a function subscribed to tick.mcfunction)
- Update
compilecommand- Change args to <path> [<datapack name>] [<output path>]
- Added errors in case a path doesn't exist
- Add config for verbose option
- Add config for default output path
- Add
config defaultcommand to reset config to default (needs confirmation)
-
Finish syntax documentation
- Special functions (main, init, kill)
- Code blocks (context)
- Conditionals
- If clause
- Else clause
- Loops
- For loop
- While loop
- Async while loop
- Operations
- Addition
- Subtraction
- Multiplication
- Division
- Modulus
- Equality
- Inequality (LESSER, LEQ, GEQ, GREATER)
- Boolean Not
- Entity selection
-
Finish data types documentation