/teenytiny-cs

A C# port of the Teeny Tiny Compiler originally created by Austin Z. Henley in Python.

Primary LanguageC#MIT LicenseMIT

Teeny Tiny Compiler in C#

A C# port of the Teeny Tiny Compiler originally created by Austin Z. Henley in Python. The Teeny Tiny Compiler is a small "transpiler" of a dialect of BASIC to C.

The Teeny Tiny grammar and example code can be found in the oriinal repo.