File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,10 +145,6 @@ py:execute("result = luau_value * 2")
145145print (py :getGlobal (" result" )) -- 84
146146```
147147
148- ** Current limitations** (v0.3.0-dev):
149- - Passing Luau functions to Python is partially implemented
150- - Two-way callable binding is planned but not fully functional
151-
152148See ` docs/INTEROP.md ` for planned full two-way binding features.
153149
154150## Common Gotchas
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Key modules (see `src/PyLua/`):
3333
3434## Status
3535
36- - Version: ` 0.3.0-dev `
36+ - Version: ` 0.3.0-dev2 `
3737- Target: Python 3.12 syntax and below (3.13+ out of scope)
3838- Roadmap: ` internalDocs/REWRITE_PLAN.md `
3939
Original file line number Diff line number Diff line change 1- # Current Limitations (0.3.0-dev )
1+ # Current Limitations (0.3.0-dev2 )
22
33A practical subset is implemented; some features are deferred or partial:
44
Original file line number Diff line number Diff line change 11local PyLua = {}
22
33-- Version information
4- PyLua .version = "0.3.0-dev "
4+ PyLua .version = "0.3.0-dev2 "
55PyLua .description = "PyLua - Embedded Python interpreter for Luau"
66
77-- Import core components
You can’t perform that action at this time.
0 commit comments