A C++ wrapper for the wren scripting language (wren.io)
Find a file
King_DuckZ 65189a5575 Move files around
Sample main.cpp is now into examples/greet
2020-05-02 22:55:10 +02:00
examples Move files around 2020-05-02 22:55:10 +02:00
include/wrenpp __func__ is just the function name, ie "type_id", I need the whole signature to capture U as well 2020-05-01 18:34:36 +02:00
src Move files around 2020-05-02 22:55:10 +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