Skip to content

ebsen/teeny-tiny-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teeny Tiny Compiler

Following along with this fella to build a compiler for a pretend version of BASIC called Teeny Tiny. The compiler works in three stages:

  1. The lexer, the which breaks the input code up into small pieces called tokens
  2. The parser, which verifies that the tokens are in an order that our language allows
  3. The emitter, which produces the appropriate C code and writes it to a file

About

Let's make a Teeny Tiny compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published