/racoon

A toy compiler for miniSysY, implemented in Rust. (Reference implementation for BUAA-SE-Compiler course project)

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Racoon

Introduction

Racoon is a toy compiler for mini-sysY (subset of C language), implemented in Rust. It's also a reference implementation for BUAA SE Compiler Design course.