Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

A Simple Custom Compiler in C

A simple compiler for the "Kaleidoscope" language, following LLVM's My First Language Frontend Tutorial.

Includes a lexer, parser, AST, and compiles to object code. I did not look extensively into the optional features like mutable variables, or control flow.

About

Creating a simple compiler for a small toy language using LLVM library tools.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages