UNPKG

horatio

Version:

A javascript compiler for the Shakespeare Programming Language

14 lines (12 loc) 242 B
import Compiler from './compiler'; /** * Horatio * A Javascript compiler for the Shakespeare Programming Language * * @author Miles Zimmerman */ window.Horatio = class Horatio extends Compiler { constructor(io) { super(io); } }