A programming language project by Camroku.
We're trying to implement Let's Build a Simple Interpreter in C. It might replace QoLang in the future.
- Implement statement list, compound statement, and assignment
- Implement comments
- Implement functions
- Implement return statement
- Implement define statement
- Implement
__main__
variable
- Implement strings
- Implement lists
- Implement slicing and steps for lists
- Implement NoneType
- Implement floats
- Implement boolean expressions and pointers
- Implement
&&
and||
operators - Implement
!
operator - Implement
in
operator
- Implement if-else statements
- Implement foreach, for, while, times loops
- Implement exit function
- Implement formatted strings
- Implement local variables
- Implement type function
- Implement add, sub, multiply and divide statements
- Implement including and exporting system
- Implement a small standard library
- Implement a file library
- Implement a date-time library