Skip to content

coder-wolf/TinyCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyCompiler

A BASIC → C compiler

Usage: python compiler/teenytiny.py <filename>

Example: python compiler/teenytiny.py hello.teeny


Output: The compiler will output the C code as out.c. You can compile this with any regular C compiler.


I followed this tutorial to build this BASIC to C compiler. This was done for a university course project.

Credit: https://austinhenley.com/blog/teenytinycompiler1.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published