|
|
bc4e09805b
|
split std
|
2026-07-01 14:43:39 +02:00 |
|
|
|
213e3d4b37
|
floats
|
2026-06-24 17:20:57 +02:00 |
|
|
|
7259f13191
|
simple enums
|
2026-06-08 19:46:29 +02:00 |
|
|
|
2864548daf
|
finally allow bare returns
|
2026-06-07 13:10:36 +02:00 |
|
|
|
802a6d8b53
|
remove aoc solutions
|
2026-06-07 09:36:21 +02:00 |
|
|
|
3098d0abf9
|
uniform function call syntax
|
2026-06-06 22:29:25 +02:00 |
|
|
|
be42267a59
|
io.snprintf
|
2026-06-05 09:47:59 +02:00 |
|
|
|
f181cfe675
|
replace the horrible error system with multiple returns
|
2026-05-28 17:28:57 +02:00 |
|
|
|
4fda79f0bc
|
new var declaration syntax
|
2026-05-27 20:25:58 +02:00 |
|
|
|
027245684d
|
type inference for variables
|
2026-05-13 14:01:44 +02:00 |
|
|
|
52443c837b
|
--no-stdlib
|
2026-04-11 23:59:15 +02:00 |
|
|
|
a17ffa184a
|
_var_arg
|
2026-04-04 13:14:58 +02:00 |
|
|
|
fee5dc3099
|
more error handling
|
2026-03-16 12:26:58 +01:00 |
|
|
|
7b09b505b5
|
a few fixes
|
2026-03-16 09:20:40 +01:00 |
|
|
|
f21abaafff
|
udp sockets
|
2026-03-12 16:57:28 +01:00 |
|
|
|
3fcd82cc04
|
replace array with an actual struct now that we have them
|
2026-03-11 20:44:55 +01:00 |
|
|
|
d1b65dc1ed
|
add missing trailing newlines
|
2026-03-11 14:58:22 +01:00 |
|
|
|
55a8844699
|
fix continue skipping for increment
|
2025-12-27 15:38:03 +01:00 |
|
|
|
db2e639cc8
|
finally add real logical operators
|
2025-12-26 11:52:23 +01:00 |
|
|
|
e447d4d7cd
|
fix a bunch of old things
|
2025-12-22 21:58:08 +01:00 |
|
|
|
ebc887fb5b
|
make types lowercase :)
|
2025-12-22 21:21:15 +01:00 |
|
|
|
d55ca11658
|
addr-of operator
|
2025-12-21 16:11:15 +01:00 |
|
|
|
7855e5b092
|
os.shell
|
2025-11-22 22:23:42 +01:00 |
|
|
|
7cffd73406
|
drop some libc functions, octal numerals, io.println, mem.read32
|
2025-11-22 17:31:36 +01:00 |
|
|
|
552a404d73
|
support more than 6 function args, x11 example
|
2025-11-13 21:22:27 +01:00 |
|
|
|
852c463532
|
make index operator just read 1 byte
|
2025-11-13 20:17:12 +01:00 |
|
|
|
d9819476f8
|
expand stdlib
|
2025-11-12 11:57:34 +01:00 |
|
|
|
ca8ae6e110
|
run exe arg, deref -> read
|
2025-08-21 10:34:32 +02:00 |
|
|
|
3fd62c6083
|
some std wrappers around libc
|
2025-08-03 10:37:18 +02:00 |
|
|
|
2c09d7bc21
|
example fixes
|
2025-07-29 18:53:38 +02:00 |
|
|
|
9ae0230f5f
|
net.connect, net.listen
|
2025-07-26 13:21:37 +02:00 |
|
|
|
65bdac2fe3
|
rename std functions
|
2025-07-24 14:06:15 +02:00 |
|
|
|
8722e226a9
|
fix listdir
|
2025-07-08 14:57:17 +02:00 |
|
|
|
b5304a3cf1
|
rewrite array builtins in zern
|
2025-07-08 14:26:41 +02:00 |
|
|
|
a0bee3f5ca
|
brainfuck interpreter
|
2025-06-30 13:59:17 +02:00 |
|
|
|
574b9fd37c
|
array indexing, nested array literals
|
2025-06-29 10:36:55 +02:00 |
|
|
|
26598fe6f2
|
small fixes
|
2025-06-23 17:00:58 +02:00 |
|
|
|
7425ab256b
|
double dot in for ranges
|
2025-06-13 16:59:22 +02:00 |
|
|
|
de65f383b3
|
String.trim
|
2025-06-10 17:37:02 +02:00 |
|
|
|
c3badb609c
|
quicksort example, I64.parse, IO.write_file
|
2025-06-03 16:10:06 +02:00 |
|
|
|
d8f2ff28db
|
rule110 exampel
|
2025-06-03 14:21:30 +02:00 |
|
|
|
cebc3d1822
|
OS.listdir
|
2025-06-03 13:31:04 +02:00 |
|
|
|
178ad8b9c0
|
arrays
|
2025-06-03 12:52:07 +02:00 |
|
|
|
98f01350f8
|
test runner
|
2025-06-02 18:24:19 +02:00 |
|