Skip to content

Commit 07c7183

Browse files
committed
Export astToString
1 parent ac8ab70 commit 07c7183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import { astToString } from './ast/utils/astToString'
12
import * as ECE from './ec-evaluator'
23
import * as JVM from './jvm'
34
import { typeCheck } from './types'
45
import { compile, compileFromSource} from './compiler'
56

6-
export { ECE, JVM, typeCheck, compile, compileFromSource }
7+
export { astToString, ECE, JVM, typeCheck, compile, compileFromSource }

0 commit comments

Comments
 (0)