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 ac8ab70 commit 07c7183Copy full SHA for 07c7183
src/index.ts
@@ -1,6 +1,7 @@
1
+import { astToString } from './ast/utils/astToString'
2
import * as ECE from './ec-evaluator'
3
import * as JVM from './jvm'
4
import { typeCheck } from './types'
5
import { compile, compileFromSource} from './compiler'
6
-export { ECE, JVM, typeCheck, compile, compileFromSource }
7
+export { astToString, ECE, JVM, typeCheck, compile, compileFromSource }
0 commit comments