/strcompiler

tiny compiler

Primary LanguageRubyMIT LicenseMIT

strcompiler

(s)uper (t)iny (r)uby compiler, modelled after the super-tiny-compiler

Input: (add 2 (subtract 10 5))

Output: add(2, subtract(10, 5));