Work

Rust Compiler

Rust
Java
Compiling

Implementation of a (Mini-)Rust parser, lexer, syntaxic and semantic analyzer.

A Rust compiler

Rust Compiler Project

The project is available on GitHub.

The goal of this project is to create a translator for a subset of the Rust language, which we will call Mini Rust. The objective will be to write a lexical and syntax analyzer using Antlr, then a semantic analyzer, and to translate the Mini Rust code into C language. I invite you to read the readme of the project for more information.