Skip to content

Sh0g0-1758/scarlet

Repository files navigation

scarlet

A custom Compiler in C++. The goal is to learn more about compilers and implement a blazing fast machine learning framework on top of it.

Roadmap

  1. Implement a compiler driver which has custom lexer, parser, assembly generation pass and code emission pass. Since we are not concerned with linking and preprocessing for now, we use their gcc implementations.

About

A custom Compiler in C++

Resources

Stars

Watchers

Forks

Releases

No releases published