Skip to content

Commit e255c36

Browse files
authored
Update README.md
Signed-off-by: Yura Lazarev <[email protected]>
1 parent ad4db86 commit e255c36

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
[![Purescript Lua CI](https://github.com/Unisay/purescript-lua/actions/workflows/ci.yaml/badge.svg)](https://github.com/Unisay/purescript-lua/actions/workflows/ci.yaml)
44

5-
🔋 Status: (2023-07-05) the project is in the "_ready to be experimented with_" state (read: it likely contains bugs but is already usable).
5+
🔋 Status: (2024-04-16) the project is in the "_ready to be experimented with_" state (read: it likely contains bugs but is already usable).
6+
7+
⚠️ Known problems: in larger projects produced Lua script can fail with the following error:
8+
```
9+
function at line NNN has more than 60 upvalues
10+
```
11+
(I am working on the solution).
612

713
💡 If you have an idea on how to use Purescript to Lua compilation please contribute it here:
814
https://github.com/Unisay/purescript-lua/discussions/categories/ideas

0 commit comments

Comments
 (0)