- Update SDK to 34.
- Update TreeView to 1.2.0
- Update CodeView to 1.3.9.
- Remove Github Sponsor action
- Add support for
penUp
andpenDown
functions #3
- Add support for comments #2
- Add the new logo
- Fix editor height with keyboard
- Fix Code formatter issues, and improve format for binary expressions
- Introduce Code formatter for Lilo Programming language
- Make diagnostic instance reusable
- Add support for execution seek bar
- Add support for pause and consume menu icons
- hide consume menu icon when execution is finished
- Improve parse logical, factor and term expression
- Add Vibrate circle to the preload examples
- Add preloaded lilo packages for new users
- Add support for delete on swapping
- Fix Number of parameter when parsing function declaration
- Fix Control flow execution Scope
- Fix Recursion functions
- Add support for
show
keyword - Add support for
hide
keyword
- Change turtle pointer design to be a small turtle on the screen
- Add support for stop and re execute actions
- Add support for
speed
keyword - Add support for
sleep
keyword
- Fix crash when user type wrong script many times
- Add support for
background
instruction
- Add support for built in functions
- Consume that call expression must end with
TOKEN_CLOSE_PAREN
- Increase the auto complete item width.
- Add support for array, with index operator.
- Add support for else if and else branches.
- Add support for special assignments *=, -=, *=, /=, %=.
- Add support for reminder operator %
- Init release