Prototype/Proof of Concept/Toy version of a general purpose programming language from scratch, which resembles the English Language.
- Variable Initialization
- Basic Math Operations
+
Addition-
Subtraction*
Multiplication/
Division
- Basic Conditionals:
if
if else
- Loops:
for
while
- Mathematical Conditionals:
- Equal to
- Not equal to
- Greater than
- Less than
- Greater than or equal to
- Less than or equal to
- Increment/Decrement