diff --git a/src/main.ts b/src/main.ts index 098ed11..d36f4e8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1 +1,4 @@ -export { OneScript } from './OneScript.js'; \ No newline at end of file +export { OneScript } from './OneScript.js'; +export { OSCompiler } from './OneScriptCompiler.js'; +export { OSparser } from './OneScriptParser.js'; +export { OSMachine } from './OneScriptVirtualMachine.js'; \ No newline at end of file