Skip to content

3ps1ll0n/Interpreteur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Ouro Interpreter

A lightweight interpreter for a custom programming language, written in C.
This project is a work in progress and currently under active development.

🚧 Status

The interpreter is currently in the early stages of development.
Features will be added over time.

πŸ”§ Features (Planned)

  • Variables
  • Arithmetic operations
  • Conditionals (if, else)
  • Loops (while, for)
  • Functions
  • Standard library

This list will be updated as development progresses.

πŸ“¦ Build & Run

To build the interpreter, make sure you have a C compiler (e.g., gcc) installed.

gcc -o interpreter main.c
./interpreter [source_file]

Replace main.c with your actual source files.

πŸ“ Example Usage

Examples will be added once the language syntax and core features are implemented.

πŸ—‚οΈ Project Structure

.
β”œβ”€β”€ main.c
β”œβ”€β”€ lexer.c
β”œβ”€β”€ parser.c
β”œβ”€β”€ interpreter.c
└── README.md

This structure will grow as the project evolves.

🧠 Inspiration

This interpreter is built from scratch to explore programming language design and implementation.

πŸ“œ License

MIT

🀝 Contributing

This is a personal project for now, but feel free to fork or suggest improvements!

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors