Skip to content

codinglawyer/very-simple-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very Simple Compiler (built with ReasonML)

This tiny compiler will compile lisp-like function calls into C-like function calls. It's based on this video by James Kyle https://www.youtube.com/watch?v=Tar4WgAfMr4&t=581s

It's not done yet. The tokenizer and parser are finished. The tokenizer will split code into tokens and the parser will reformat them into an Abstract syntax tree.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published