This repository was archived by the owner on Jan 2, 2023. It is now read-only.
File tree
5 files changed
+127
-22
lines changed- external
- resources
- src
5 files changed
+127
-22
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
| 296 | + | |
296 | 297 |
| |
297 | 298 |
| |
298 | 299 |
| |
| |||
912 | 913 |
| |
913 | 914 |
| |
914 | 915 |
| |
| 916 | + | |
| 917 | + | |
| 918 | + |
- .clang-format+3
- .gitmodules+6
- CMakeLists.txt+26-20
- README.md+9
- bin/linux64/libmun_runtime.so
- bin/osx64/libmun_runtime.dylib
- bin/win64/mun_runtime.dll
- bin/win64/mun_runtime.dll.lib
- external/catch2+1
- external/md5+1
- include/mun/error.h+55
- include/mun/function.h+38
- include/mun/gc.h+88
- include/mun/invoke_fn.h+102
- include/mun/invoke_result.h+192-201
- include/mun/marshal.h+58
- include/mun/mun.h+9
- include/mun/reflection.h+89
- include/mun/runtime.h+168-266
- include/mun/runtime_capi.h+262-29
- include/mun/struct_ref.h+305
- include/mun/type_info.h+78
- include/mun/util.h+10
- tests/CMakeLists.txt+74
- tests/catch_main.cc+2
- tests/extern.cc+48
- tests/marshal.cc+228
- tests/runtime.cc+72
- tests/sources/extern.mun+5
- tests/sources/fibonacci.mun+16
- tests/sources/marshal.mun+103
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + |
This file was deleted.
+31-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 |
| |
6 | 10 |
| |
7 | 11 |
| |
8 |
| - | |
9 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 |
| |
11 | 17 |
| |
12 | 18 |
| |
13 | 19 |
| |
14 |
| - | |
15 | 20 |
| |
16 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
17 | 25 |
| |
18 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
19 | 34 |
| |
20 |
| - | |
21 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
22 | 40 |
| |
23 |
| - | |
| 41 | + | |
| 42 | + | |
24 | 43 |
| |
25 | 44 |
| |
26 | 45 |
| |
27 |
| - | |
| 46 | + | |
| 47 | + | |
28 | 48 |
| |
29 | 49 |
| |
30 | 50 |
| |
31 | 51 |
| |
32 |
| - | |
| 52 | + | |
| 53 | + | |
33 | 54 |
| |
34 | 55 |
|
0 commit comments