Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heartleth authored Apr 9, 2021
1 parent 9bb8abe commit 952049b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ So, `External engines` will help us. Python library [Bython]([https://github.com
## Tutorial
be written in [template.jsonc](template.jsonc). If you can, you don't even need to read it. It's just a manual how to transpile. If there is `if true` code, the parser engine will find `(root).blocks.if` and apply it.

We need more. Some languages print string in `stdout` with `print`, some is `console.log`, etc. So `worldlib` help us. Implementation is written [here](stdlib_proto.md).
We need more. Some languages print string in `stdout` with `print`, some use `console.log`, and so. So `worldlib` help us. Implementation is written [here](stdlib_proto.md).

Just with _C++_, _Node.js_, _PHP_, _Python_, it's enough to write great codes.

Expand All @@ -45,4 +45,4 @@ Just with _C++_, _Node.js_, _PHP_, _Python_, it's enough to write great codes.
* Working in progress
* Python
* Kotlin
* Ruby
* Ruby

0 comments on commit 952049b

Please sign in to comment.