-
Notifications
You must be signed in to change notification settings - Fork 9
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
Missing C Runtime Functions #5
Comments
Also missing
|
My
lua-regex.jnc
|
And here is my initial implementation of
|
You are trying to add char pointers/char arrays, and that doesn't work -- just like in C. For building strings please use:
|
A PR with those standard C runtime functions would be very welcome. |
Trying to port lua regular expression patterns to
jancy
I needed the following missingC Runtime Functions
that I think would benefit others:The text was updated successfully, but these errors were encountered: