This is a new programming language written in Rust. "Prodio" means "advance" in Latin.
I'm not going to develop a practical language, but I plan to implement a lot of functionalities I've never implemented.
How to compile and run C source code:
./run.sh <CODE(*.pr)>Then return code is prompted as a result of the program.
- arithmetical calculation
- variable
ifstatement- define function
- call function
Tokenize(lexer.rs)
↓
Parse(parser.rs)
↓
IR Generation(gen_ir.rs)
↓
Code Generation(gen_code.rs)