Add table of contents for internals page
This commit is contained in:
@@ -4,6 +4,10 @@ title: Internals
|
|||||||
permalink: /internals/
|
permalink: /internals/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
* toc
|
||||||
|
{:toc}
|
||||||
|
|
||||||
|
# High-Level Design
|
||||||

|

|
||||||
|
|
||||||
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](/internals/#byte-code) and [Parser](/internals/#parser) page for details). Prepared bytecode is executed by Runtime engine that performs interpretation (refer to [Virtual Machine](/internals/#virtual-machine) and [ECMA](/internals/#ECMA) pages for details).
|
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](/internals/#byte-code) and [Parser](/internals/#parser) page for details). Prepared bytecode is executed by Runtime engine that performs interpretation (refer to [Virtual Machine](/internals/#virtual-machine) and [ECMA](/internals/#ECMA) pages for details).
|
||||||
|
|||||||
Reference in New Issue
Block a user