Updated README

This commit is contained in:
Mattia Giambirtone 2022-05-20 16:16:22 +02:00
parent 00ace4c9ab
commit 919f07df55
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ being a breeze to use.
Also, peon will feature [structured concurrency](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) with coroutines (think Futures/Fibers but without
callback hell). Since, unlike Lox, peon isn't a toy language, there's obviously plans to implement creature comforts
like an import system, exception handling package manager, etc.
like an import system, exception handling, a package manager, etc.