Commit Graph

22 Commits

Author SHA1 Message Date
bc4e09805b split std 2026-07-01 14:43:39 +02:00
3098d0abf9 uniform function call syntax 2026-06-06 22:29:25 +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
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
abbe43a42c implement xchacha20 and x25519 2026-01-03 13:49:15 +01:00
ebc887fb5b make types lowercase :) 2025-12-22 21:21:15 +01:00
06c979f177 drop even more libc functions 2025-11-22 18:41:35 +01:00
7cffd73406 drop some libc functions, octal numerals, io.println, mem.read32 2025-11-22 17:31:36 +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
2c09d7bc21 example fixes 2025-07-29 18:53:38 +02:00
65bdac2fe3 rename std functions 2025-07-24 14:06:15 +02:00
b5304a3cf1 rewrite array builtins in zern 2025-07-08 14:26:41 +02:00
62dd8b0d52 implement String.nth and OS.time in stdlib 2025-06-29 16:10:39 +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
252efd914e array literals 2025-06-07 13:27:22 +02:00
c3badb609c quicksort example, I64.parse, IO.write_file 2025-06-03 16:10:06 +02:00