Commit Graph

29 Commits

Author SHA1 Message Date
a9bd4fe9f9 string hosts in net.* 2026-06-07 09:33:26 +02:00
a727a52ffb ptr.free 2026-06-06 23:55:02 +02:00
3098d0abf9 uniform function call syntax 2026-06-06 22:29:25 +02:00
3a53cd4f32 remove the pipe operator 2026-06-06 19:41:54 +02:00
c41c22e936 compute for's end only once 2026-06-06 19:36:28 +02:00
22874181cd desguar += and -= 2026-06-06 18:53:11 +02:00
a6d44ec5e0 calculate needed stack space with a disgusting hack 2026-06-05 20:24:50 +02:00
be42267a59 io.snprintf 2026-06-05 09:47:59 +02:00
31b71a5e19 _stackalloc 2026-05-30 21:01:01 +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
3efbb3ecd1 io.is_a_directory, octal literal constants 2026-03-20 15:35:35 +01:00
664a51c88d add casts to examples 2026-03-17 16:34:20 +01:00
fee5dc3099 more error handling 2026-03-16 12:26:58 +01:00
720218cf31 error handling 2026-03-16 10:59:55 +01:00
4a60c1fc12 io.printf, please dont look at it 2026-03-14 11:24:51 +01:00
3fcd82cc04 replace array with an actual struct now that we have them 2026-03-11 20:44:55 +01:00
88915bbc8a use index assignment in existing code 2026-03-11 15:40:05 +01:00
d1b65dc1ed add missing trailing newlines 2026-03-11 14:58:22 +01:00
db2e639cc8 finally add real logical operators 2025-12-26 11:52:23 +01:00
c527aceecd infer var type when initializer is a number constant 2025-12-23 18:10:56 +01:00
5682318915 rewrite smarter people's euler solutions 2025-12-23 17:48:30 +01:00
3be891c7cc correctly label euler solutions 2025-12-23 17:08:42 +01:00
ebc887fb5b make types lowercase :) 2025-12-22 21:21:15 +01:00
0863094635 another aoc solution 2025-12-21 14:50:09 +01:00
7f93599f34 port some aoc solutions to zern 2025-12-21 14:26:12 +01:00
daf9079ca4 advent of code day 2 (only first part tho) 2025-12-18 14:25:05 +01:00
9f39f627ad advent of code day 1 2025-12-18 14:04:44 +01:00