4 files changed
+4
-4
lines changed- doc/lang.md+37-52
- examples/lisp/lex.um+23-19
- examples/lisp/parse.um+4-4
- examples/raytracer/raytracer.um+35-32
- playground/umka.js+1-1
- src/umka_decl.c+16-17
- src/umka_expr.c+140-133
- src/umka_expr.h+2-2
- src/umka_ident.c+1-1
- src/umka_stmt.c+45-45
- src/umka_types.c+4-25
- src/umka_types.h+10-7
- tests/enums.um+29-17
- tests/expected.log+7-1
- tests/safecast.um+24-1
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
|
0 commit comments