Purah is my high-level strongly typed interpreted programming language
Purah0 will be the first version of interpreter. It will have a few standard types, if-else statements, functions and some other features.
Language is in development so this section is used as a to-do list
- Lexer
- Parser
- Variables parsing
- Functions parsing
- If-else statements parsing
- Interpreter
- Memory
- Variables' storage
- Functions' storage
- Type conversion
- Calling stack
- Memory