UNPKG

imba-shell

Version:

Interactive debugger and REPL for Imba.

10 lines (8 loc) 197 B
import Compiler from './Compiler' import ImbaCompiler from './ImbaCompiler' import TypeScriptCompiler from './TypeScriptCompiler' export { Compiler, ImbaCompiler, TypeScriptCompiler }