Skip to content

Commit d256163

Browse files
authored
docs: update README (#24)
## What does this PR do? update README
1 parent dd3cad7 commit d256163

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Hello xxx! This is the Monkey programming language!
7777

7878
## Demo
7979

80-
For more examples and language details. Please check the blog post [here]().
80+
For more examples and language details. Please check the blog post [here](https://aden-q.github.io/monkey-an-interpreted-language-written-in-go/).
8181

8282
### Built-in functions
8383

@@ -212,12 +212,13 @@ alice
212212
+ [ ] feat: map-reduce as an example
213213
+ [ ] feat: iterator, range operator
214214
+ [ ] feat: bytecode, VM, and JIT compilation
215+
+ [ ] feat: make array mutable, array should support re-assignment, extending, pop, etc.
215216
216217
## References
217218
218-
+ *Writing An Interpreter In Go, Thorsten Ball*
219-
+ *Top Down Operator Precedence, Vaughan Pratt*
220-
+ *The Structure and Interpretation of Computer Programs (SICP), Harold Abelson*
219+
+ *Writing An Interpreter In Go* by Thorsten Ball
220+
+ *Top Down Operator Precedence* by Vaughan Pratt
221+
+ *The Structure and Interpretation of Computer Programs (SICP)* by Harold Abelson
221222
222223
## License
223224

0 commit comments

Comments
 (0)