This document contains the roadmap of features that are being added to jinko. It will be expanded. If you want to contribute, this a good place to start!
- Constants
- Constants with escaping characters
- Variable assignment
- Allow variables named "mut*"
- Function calls
- Code blocks
- If condition
- Else condition
- For loop
- While loop
- Loop loop
- Function definition
- A variable cannot be assigned the
void
type - Immutable variables cannot be assigned twice
-
-i|--interactive
option allows you to run a script and then open a REPL
- Constants
- Variables
- Variable assignment
- Function calls
- Code blocks
- If condition
- Else condition
- For loop
- While loop
- Loop loop
- Test functions
- Tests for execution
- Add typechecker trait
- Constants
- Variables
- Variable assignment
- Function definition
- Function calls
- Code blocks
- If condition
- Else condition
- For loop
- While loop
- Loop loop
- Generic types
- Sum/Multi types
- Add typechecker trait
- Constants
- Variables
- Variable assignment
- Function definition
- Function calls
- Code blocks
- If condition
- Else condition
- For loop
- While loop
- Loop loop
- Syntax highlighting
- Logo and .xcf for
jinko
- Editor support