-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2227bd
commit 41a8ee7
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule umka
updated
21 files
+20 −0 | benchmarks/allbench.um | |
+22 −0 | benchmarks/expected.log | |
+5 −5 | benchmarks/matrices.um | |
+11 −10 | benchmarks/nbody.um | |
+5 −2 | benchmarks/trees.um | |
+84 −67 | doc/lib.md | |
+2 −1 | examples/raytracer/raytracer.um | |
+1 −1 | playground/umka.js | |
+160 −114 | runtime/std.um | |
+5 −11 | runtime/um2h.um | |
+20 −3 | src/umka_gen.c | |
+160 −114 | src/umka_runtime_src.h | |
+17 −0 | test_linux.sh | |
+14 −0 | test_windows_mingw.bat | |
+2 −0 | tests/all.um | |
+6 −8 | tests/binfileio.um | |
+48 −0 | tests/compare.um | |
+7 −2 | tests/expected.log | |
+2 −1 | tests/maps.um | |
+6 −7 | tests/print.um | |
+5 −9 | tests/utf8test2.um |