UNPKG

amber

Version:

An implementation of the Smalltalk language that runs on top of the JS runtime.

18 lines (17 loc) 538 B
define([ './deploy', './boot', // pre-fetch, dep of ./helpers './helpers', // pre-fetch, dep of ./deploy './parser', // --- packages for the Amber reflection begin here --- 'amber_core/Platform-ImportExport', 'amber_core/Compiler-Core', 'amber_core/Compiler-AST', 'amber_core/Compiler-Semantic', 'amber_core/Compiler-IR', 'amber_core/Compiler-Inlining', 'amber_core/Compiler-Interpreter' // --- packages for the Amber reflection end here --- ], function (amber) { return amber; });