

On the diagram above is shown interaction of major components of software system: Parser and Runtime. Parser performs translation of input ECMAScript application into byte-code with specified format (refer to Bytecode and Parser page for details). Prepared bytecode is executed by Runtime engine that performs interpretation (refer to Virtual Machine and ECMA pages for details).