236e6aa350 | ||
---|---|---|
.. | ||
README | ||
bytecode.ts | ||
driver.ts | ||
emitter.ts | ||
helpers.ts | ||
hex.ts | ||
lambda_lifter.ts | ||
packager.ts | ||
refs.ts | ||
thumb.ts | ||
visitor.ts |
README
The embedded target. A series of transformation passes that convert a Touch Develop script into a C++ program suitable for targeting embedded platforms. These are self-contained and do not depend on the rest of the Touch Develop codebase. There is a driver that performs Touch Develop-specific operations (e.g. load required libraries prior to translating into C++); this driver is contained in [editor/embedded.ts].