A C++ wrapper for the wren scripting language (wren.io)
Find a file
King_DuckZ b1c1ae40f5 Add call() overload that takes a string literal as wren's function name.
Only the function name needs to be passed in and not the full
signature. The implementation will append the appropriate
(_,_,...) part making it at build time.
2020-04-30 21:18:29 +02:00
src Add call() overload that takes a string literal as wren's function name. 2020-04-30 21:18:29 +02:00
subprojects/wren Sample code that prints a message from wren 2020-04-25 01:49:46 +02:00
.gitignore Start working on a c++ interface. 2020-04-25 20:45:59 +02:00
.gitmodules Sample code that prints a message from wren 2020-04-25 01:49:46 +02:00
meson.build Refactoring. 2020-04-30 19:54:51 +02:00