wrenpp/src
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
..
wren Add call() overload that takes a string literal as wren's function name. 2020-04-30 21:18:29 +02:00
config.h.in Trying to be a bit less platform-specific. 2020-04-26 22:06:53 +02:00
dynafunc_amd64_gnu.S Remove hardcoded binary data, get it from the corresponding assembly instead. 2020-04-26 20:37:12 +02:00
main.cpp Add call() overload that takes a string literal as wren's function name. 2020-04-30 21:18:29 +02:00