Skip to content

Commit 46ace58

Browse files
authored
Update README.md
Signed-off-by: Yura Lazarev <Unisay@users.noreply.github.com>
1 parent 35d902f commit 46ace58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Purescript Backend for Lua
22

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).
44

55
## Features
66

77
- [x] Lua code bundling: emits either a Lua module or "App".
88
- [X] FFI with Lua.
99
- [x] Dead Code Elimination (DCE).
10-
- [ ] Code inlining.
10+
- [x] Code inlining.
1111
- [x] [Package Set](https://github.com/Unisay/purescript-lua-package-sets) for PureScript/Lua libs.
12-
- [ ] All core libs added to the package set.
12+
- [x] All core libs added to the package set.
1313

1414
## Quick Start
1515

0 commit comments

Comments
 (0)