bakpakin
|
c7bc711f63
|
Add windows FFI example test case for void functions with double
argument.
|
2022-09-15 13:58:54 -05:00 |
|
Calvin Rose
|
f5d11dc656
|
Address #1014 improve parse errors when bad delimiters are found.
Reuse some existing logic for eof errors.
|
2022-08-24 11:34:59 -05:00 |
|
bakpakin
|
9a6d2a7b32
|
Fix FFI for reference return values and stack parameter passing.
|
2022-08-14 15:20:30 -05:00 |
|
bakpakin
|
f8a9efa8e4
|
Allow binding pre-loaded symbols in windows FFI.
Mimic the posix RTLD_NOW setting for dlopen by iterating
opened DLLs to look for symbols.
|
2022-08-14 13:26:13 -05:00 |
|
Calvin Rose
|
40e9430278
|
Move examples to example directory.
|
2022-06-17 17:24:52 -05:00 |
|