Skip to content

camerontredoux/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small compiler based on https://austinhenley.com/blog/teenytinycompiler3.html

Extended with:

  • Logical operators (and, or, not)
  • ELSE IF and ELSE (DONE)
  • FOR loop (DONE)
  • Better compiler errors (e.g., what line the error occurred)
  • Functions with parameters and return values
  • Abstract syntax tree representation
  • More primitive types (e.g., integer, strings, boolean) (DONE)
  • Modulo (DONE)
  • String concatenation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published