We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5294aa0 commit b672b81Copy full SHA for b672b81
src/index.ts
@@ -1,4 +1,5 @@
1
import * as JVM from './jvm'
2
import { typeCheck } from './types'
3
+import { compile, compileFromSource} from './compiler'
4
-export { JVM, typeCheck }
5
+export { JVM, typeCheck, compile, compileFromSource }
0 commit comments