jazzdotdev / jazzdotdev/jazz-module-map

torchbear bindings module map

Open
#7 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Lua
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

(related to #4)

functions and their arguments, eg:

- `module.set("to_camel_case", lua.createfunction(|, text: String| {...`
- `module.set("to_table", lua.create_function(|lua, text: String| {...`

these functions exist and they take strings named 'text'

- `module.set("match", lua.create_function(|_, (expr, val): (String, String)|`
- `module.set("replace_all", lua.create_function(|_, (expr, val, patt): (String, String, String)| {`

these have two and three arguments

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.