-
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule umka
updated
23 files
+13 −17 | README.md | |
+17 −6 | Umka.sublime-syntax | |
+15 −19 | doc/lang.md | |
+9 −0 | examples/3dcam/3dcam.c | |
+12 −19 | examples/3dcam/3dcam.um | |
+45 −64 | examples/raytracer/raytracer.um | |
+1 −1 | playground/umka.js | |
+8 −0 | src/umka_common.c | |
+0 −6 | src/umka_common.h | |
+1 −3 | src/umka_compiler.c | |
+70 −75 | src/umka_expr.c | |
+38 −16 | src/umka_gen.c | |
+11 −8 | src/umka_gen.h | |
+3 −0 | src/umka_lexer.c | |
+1 −0 | src/umka_lexer.h | |
+11 −4 | src/umka_stmt.c | |
+0 −14 | src/umka_types.h | |
+265 −174 | src/umka_vm.c | |
+5 −4 | src/umka_vm.h | |
+353 −293 | tests/expected.log | |
+34 −17 | tests/fibers.um | |
+104 −66 | tests/maps2.um | |
+11 −13 | tests/tour.um |