A C++ wrapper for the wren scripting language (wren.io)
Find a file
King_DuckZ 34d2317f11 Add support for foreign types to get()
wren::get() can now be used to get foreign types by pointer.
Invoking get<A>() will return an A*. With this change it's
now possible to use variables() to get mixed foreign
and core types.
2020-05-03 11:32:43 +02:00
examples Add support for foreign types to get() 2020-05-03 11:32:43 +02:00
include/wrenpp Add support for foreign types to get() 2020-05-03 11:32:43 +02:00
src Add support for foreign types to get() 2020-05-03 11:32:43 +02:00
subprojects/wren Still trying to propagate options down... 2020-05-01 20:45:33 +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
COPYING Attach licence 2020-04-30 23:33:54 +02:00
meson.build Move files around 2020-05-02 22:55:10 +02:00
meson_options.txt Add a small dice rolling example game 2020-05-02 22:41:58 +02:00