A small programming language project currently in testing and active development.
- Variable declaration
- Basic syntax parsing
- Syntax error reporting
- Boolean (
true/false) - String (
"hello") - Integer Number
new name = "Victor";
new age = 90;
new is_developer = false;
If you want to test the interpreter, write your code inside /tests/index.indigo.
The parser can return syntax errors during code analysis.
This project is still experimental and under development.
Developed by Victor Botelho Anunciação (xFoxyyy0).