Skip to content

namecoder1/mini-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Compiler

credits to this project: Here

Tech Stack

  • Vanilla JavaScript
  • Compiler Knowledge
  • Little LISP knowledge

Compiler stages

  1. Parsing: take raw code and turn it into abstract representation of it
  2. Transforming: take the abstract representation and manipulates it to do the compiler's actions
  3. Code Generation: take the transformed representation and turn it into new code

About

Mini compiler in JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published