You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# Purescript Backend for Lua
2
2
3
-
Status: (2023-05-17) the project is in the "*almost ready to be usable*" state (read: it isn't working as you'd expect it to work), I am finilizing core libs and final optimisations in the backend.
3
+
Status: (2023-07-05) the project is in the "*ready to be experimented with*" state (read: it likely contains bugs but is already usable).
4
4
5
5
## Features
6
6
7
7
-[x] Lua code bundling: emits either a Lua module or "App".
8
8
-[X] FFI with Lua.
9
9
-[x] Dead Code Elimination (DCE).
10
-
-[] Code inlining.
10
+
-[x] Code inlining.
11
11
-[x][Package Set](https://github.com/Unisay/purescript-lua-package-sets) for PureScript/Lua libs.
0 commit comments