Skip to content

ipxzfoxy/protoindigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProtoIndigo Interpreter

A small programming language project currently in testing and active development.

Current Features

  • Variable declaration
  • Basic syntax parsing
  • Syntax error reporting

Supported Types

  • Boolean (true / false)
  • String ("hello")
  • Integer Number

Example

new name = "Victor";

new age = 90;

new is_developer = false;

Test

If you want to test the interpreter, write your code inside /tests/index.indigo.

Notes

The parser can return syntax errors during code analysis.

This project is still experimental and under development.

Developer

Developed by Victor Botelho Anunciação (xFoxyyy0).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages