# Seserot **Repository Path**: zhaoliyan/Seserot ## Basic Information - **Project Name**: Seserot - **Description**: 一个没什么技术含量的编译器,要pr/star请去GitHub - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/zly2006/Seserot - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-09-09 - **Last Updated**: 2022-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Seserot My toy compiler [![Contributors](https://img.shields.io/github/contributors/zly2006/Seserot)](https://github.com/zly2006/Seserot/graphs/contributors) [![github stars](https://img.shields.io/github/stars/zly2006/Seserot)](https://github.com/zly2006/Seserot/stargazers) [![GitHub issues by-label](https://img.shields.io/github/issues/zly2006/Seserot)](https://github.com/zly2006/Seserot/issues?q=is%3Aissue+is%3Aopen) [国内加速repo](https://gitee.com/zhaoliyan/Seserot) [Github](https://github.com/zly2006/Seserot) ## How to Build This compiler is based on [LLVM](https://llvm.org), so you need to [install llvm](https://llvm.org/docs/CMake.html) before building this compiler. ## To-Do List | Feature | Status | |----------|----------| | Lexer | Done | | Parser | WIP | | AST | WIP | | LLVM IR | WIP | | Debugger | Planning |