Skip to content

zly2006/Seserot

Repository files navigation

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