/Seserot

My toy compiler.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Seserot

My toy compiler

Contributors github stars GitHub issues by-label

国内加速repo Github

How to Build

This compiler is based on LLVM, so you need to install llvm before building this compiler.

To-Do List

Feature Status
Lexer Done
Parser WIP
AST WIP
LLVM IR WIP
Debugger Planning