doc: add a better phrase to credit wren (#146)

This commit is contained in:
Rohan Sharma 2021-06-26 21:31:47 +05:30 committed by GitHub
parent 44f836bf69
commit 3f6209f20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,7 @@ Including the compiler, bytecode VM and runtime, it's a standalone executable
with zero external dependencies just as it's self descriptive name. The pocketlang with zero external dependencies just as it's self descriptive name. The pocketlang
VM can be embedded in another hosting program very easily. VM can be embedded in another hosting program very easily.
The language is written using [Wren Language](https://wren.io/) and their [Wren Language](https://wren.io/) and their wonderful book [Crafting Interpreters](http://www.craftinginterpreters.com/) were used as a reference to write the language.
wonderful book [Crafting Interpreters](http://www.craftinginterpreters.com/) as
a reference.
## What pocketlang looks like ## What pocketlang looks like