Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 580 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 580 Bytes

ScriptIt

Java & C++ inspired language that runs on Java
The plan is for the language to be strongly typed and customizable to some extent

Todo list:

Flow:

✔️ For Loop
✔️ While Loop
✔️ If
✔️ If-Else
❌ If-Else-If
✔️ Continue
✔️ Break
❌ Switch Statement

Functions:

✔️ Function declaration
❌ Recursion


I am too lazy to continue creating this README.md file


✔️