-
Notifications
You must be signed in to change notification settings - Fork 683
Documentation is moved to docs. #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation is moved to docs. #1166
Conversation
ktorpi
commented
Jun 22, 2016
- DEVELOPEMENT.md is extended with bash utilites
- Internals doc added and DEVELOPEMENT.md is renamed to GETTING-STARTED.md
- modified image links in Internlas
- links are fixed in README.md
Signed-off-by message is incorrect. Please fix it. LGTM after that |
52ff017
to
ff642f4
Compare
LGTM |
# High-Level Design | ||
 | ||
|
||
On the diagram above is shown interaction of major components of JerryScript: Parser and Virtual Machine (VM). Parser performs translation of input ECMAScript application into the byte-code with the specified format (refer to [Bytecode](#byte-code) and [Parser](#parser) page for details). Prepared bytecode is executed by the Virtual Machine that performs interpretation (refer to [Virtual Machine](#virtual-machine) and [ECMA](#ecma) pages for details). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first sentence is a little bit funky. Maybe something like The diagram above shows interactions between major components...
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, I've fixed it.
cc127f2
to
818547e
Compare
LGTM |
Spotted a couple of typos in the commit message: DEVELOPEMENT.md is extended with bash utilites -> DEVELOPMENT.md is extended with bash utilities Otherwise LGTM :) |
818547e
to
69761da
Compare
I've updated the commit message. |
69761da
to
fe7e4c1
Compare
- DEVELOPMENT.md is extended with bash utilites. - Internals doc added and DEVELOPMENT is renamed to GETTING-STARTED. - modified image links in Internals - links are fixed in README.md JerryScript-DCO-1.0-Signed-off-by: István Kádár ikadar@inf.u-szeged.hu
fe7e4c1
to
1b40af7
Compare