From 919f07df5537d133bd1c069154deb9667e3ff593 Mon Sep 17 00:00:00 2001 From: Mattia Giambirtone Date: Fri, 20 May 2022 16:16:22 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 454caa7..a0fbb6f 100644 --- a/README.md +++ b/README.md @@ -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.