A very simple, well-commented programming language made for the sake of learning to make a programming language.
- Clone the repository
- Write the code that you want to run (in the new programming language)in the
code.txtfile - Using gcc(or any other C compiler), compile the
main.cfile - Run the compiled file
The language is still in development and is not yet fully functional. The language is being developed in C.
- Basic arithmetic operations
- Basic data types
- Integers
- Floats
- Strings
- Booleans
- Basic data structures
- Arrays
- Dictionaries
- Basic functions
- Input
- Variables
- Functions
- if condition
- Loops
- While
- For
- Comments
- Error handling
- Standard library
- File I/O