From adda1e879be3bf53e79263547855f68a1a2fe246 Mon Sep 17 00:00:00 2001 From: Kawahara Satoru Date: Sun, 14 Apr 2019 23:19:39 +0900 Subject: [PATCH] add eff.lua --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5b00b47..f74b706 100644 --- a/readme.md +++ b/readme.md @@ -108,6 +108,7 @@ Note: From LuaJIT to Lua to lua.vm.js to Moonshine, a basic benchmark sees perfo - [Microlight](https://github.com/stevedonovan/Microlight) - A little library of useful Lua functions; the 'extra light' version of Penlight. - [compat53](https://luarocks.org/modules/siffiejoe/compat53) - Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1. - [RxLua](https://github.com/bjornbytes/RxLua) - Reactive Extensions, Observables, etc. +- [eff.lua](https://github.com/Nymphium/eff.lua) - Oneshot Algebraic Effects library implemented in coroutine. ### Game Engines