Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lua.parse_chunk/1 for runtime parsing of chunks #44

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Conversation

davydog187
Copy link
Contributor

Also changes Lua.load_chunk to Lua.load_chunk! and supports passing strings

Closes #38
Closes #43

Also changes `Lua.load_chunk` to `Lua.load_chunk!` and supports passing strings

Closes #38
Closes #43
@davydog187 davydog187 merged commit d5b9e05 into main Sep 4, 2024
1 check passed
@davydog187 davydog187 deleted the chunks branch September 4, 2024 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Runtime API for checking validity of Lua code Expose API for creating chunks at runtime
1 participant