fix: README typo
This commit is contained in:
parent
13764a1d35
commit
9d3031e92d
@ -3,7 +3,7 @@
|
|||||||
### Description
|
### Description
|
||||||
javascript interpreter in javascript - poc
|
javascript interpreter in javascript - poc
|
||||||
I saw that [JS-Interpreter](https://github.com/NeilFraser/JS-Interpreter) is single file so grabbed example fibonacci
|
I saw that [JS-Interpreter](https://github.com/NeilFraser/JS-Interpreter) is single file so grabbed example fibonacci
|
||||||
and wrote [arcon](https://github.com/acornjs/acorn) parser from scratch.
|
and wrote [acorn](https://github.com/acornjs/acorn) parser from scratch.
|
||||||
|
|
||||||
### Run in browser
|
### Run in browser
|
||||||
visit page [https://vane.github.io/browser-js/](https://vane.github.io/browser-js/)
|
visit page [https://vane.github.io/browser-js/](https://vane.github.io/browser-js/)
|
||||||
|
Loading…
Reference in New Issue
Block a user