-
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.
Signed-off-by: Marek Maškarinec <marek@mrms.cz>
- Loading branch information
1 parent
8158b54
commit 8b594c6
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule sokol
updated
6 files
+19 −0 | CHANGELOG.md | |
+1 −1 | README.md | |
+5 −5 | sokol_app.h | |
+13 −0 | sokol_audio.h | |
+10 −0 | sokol_fetch.h | |
+25 −13 | sokol_gfx.h |
Submodule umka
updated
23 files
+16 −6 | README.md | |
+102 −26 | Umka.sublime-syntax | |
+1 −1 | playground/umka.js | |
+ − | resources/os.png | |
+ − | resources/spacesim.png | |
+12 −2 | src/umka_api.c | |
+18 −0 | src/umka_common.c | |
+6 −4 | src/umka_common.h | |
+1 −2 | src/umka_compiler.c | |
+1 −0 | src/umka_const.c | |
+1 −1 | src/umka_decl.c | |
+105 −44 | src/umka_expr.c | |
+4 −0 | src/umka_stmt.c | |
+8 −4 | src/umka_types.c | |
+2 −2 | src/umka_types.h | |
+16 −11 | src/umka_vm.c | |
+2 −1 | src/umka_vm.h | |
+2 −0 | tests/all.um | |
+55 −0 | tests/dynarrays3.um | |
+17 −3 | tests/expected.log | |
+6 −1 | tests/extlib.um | |
+21 −0 | tests/lib/lib.c | |
+2 −1 | tests/lib/lib.um |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.3.1 | ||
v1.4 |