sku-pg
Version:
Skulpt is a Javascript implementation of Python 2.x. Python that runs in your browser!
16 lines (13 loc) • 346 B
JavaScript
// NOTE: needs to be in sync with src/footer.js
Skulpt = {
compileStr: compileStr,
compileUrlAsync: compileUrlAsync,
InteractiveContext: InteractiveContext,
// internal methods, mostly exposed here for unit tests
Tokenizer: Tokenizer,
_parse: parse,
_transform: transform,
_compile: compile,
_parseTables: SkulptParseTables,
consts$: {}
};