|
|
aea9ce911a
|
std json parser
|
2026-07-05 15:22:50 +02:00 |
|
|
|
873aa3e1cc
|
normal destructuring with one line changed
|
2026-07-01 17:01:47 +02:00 |
|
|
|
bc4e09805b
|
split std
|
2026-07-01 14:43:39 +02:00 |
|
|
|
5a09699845
|
include "statement"
|
2026-06-26 14:38:39 +02:00 |
|
|
|
7259f13191
|
simple enums
|
2026-06-08 19:46:29 +02:00 |
|
|
|
802a6d8b53
|
remove aoc solutions
|
2026-06-07 09:36:21 +02:00 |
|
|
|
a9bd4fe9f9
|
string hosts in net.*
|
2026-06-07 09:33:26 +02:00 |
|
|
|
a727a52ffb
|
ptr.free
|
2026-06-06 23:55:02 +02:00 |
|
|
|
670596e1ff
|
sort std
|
2026-06-06 22:47:16 +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 |
|
|
|
535364931e
|
parse negative constants
|
2026-06-06 09:26:34 +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 |
|
|
|
803aee772e
|
net._build_sa, str.from_i64_buf
|
2026-06-04 21:35:02 +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 |
|
|
|
fa5ff0aaa5
|
turn Assign into a statement
|
2026-05-28 08:49:18 +02:00 |
|
|
|
45253bf004
|
stack allocated structs, print ips in net examples
|
2026-05-27 20:34:26 +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 |
|
|
|
efe9dfe238
|
parse cli on our own
|
2026-03-19 13:42:12 +01:00 |
|
|
|
4154901339
|
typecheck return types
|
2026-03-17 17:11:14 +01:00 |
|
|
|
664a51c88d
|
add casts to examples
|
2026-03-17 16:34:20 +01:00 |
|
|
|
677521ca98
|
clean up main.rs
|
2026-03-16 13:07:33 +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 |
|
|
|
7b09b505b5
|
a few fixes
|
2026-03-16 09:20:40 +01:00 |
|
|
|
2f632077b8
|
restore curl.zr example now that we have DNS resolution once again
|
2026-03-14 13:10:45 +01:00 |
|
|
|
9f4c494e09
|
start working on the dns resolver
|
2026-03-14 12:24:51 +01:00 |
|
|
|
4a60c1fc12
|
io.printf, please dont look at it
|
2026-03-14 11:24:51 +01:00 |
|
|
|
100b752eee
|
udp server example
|
2026-03-12 17:50:01 +01:00 |
|
|
|
f2a7179b03
|
remove crypto, just use libsodium
|
2026-03-12 17:49:42 +01:00 |
|
|
|
1e7657ea2a
|
implement our own malloc/free, finally drop libc
|
2026-03-12 10:02:51 +01:00 |
|
|
|
3fdf7bb99d
|
io.Buffer, os.Timeval
|
2026-03-12 09:56:41 +01:00 |
|
|
|
3fcd82cc04
|
replace array with an actual struct now that we have them
|
2026-03-11 20:44:55 +01:00 |
|
|
|
a07e2dc8dd
|
move escape sequence parsing to tokenizer
|
2026-03-11 18:30:31 +01:00 |
|
|
|
01b98a1d45
|
drop libc dependencies from chip8.zr
|
2026-03-11 17:15:30 +01:00 |
|
|
|
73265f9d1e
|
finish porting the chip8 emulator
|
2026-03-11 17:03:22 +01:00 |
|
|
|
12f283e5f8
|
zero initialize structs, begin porting my chip8 emulator
|
2026-03-11 16:21:57 +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 |
|
|
|
0dc130b85c
|
crypto improvements
|
2026-03-05 20:04:20 +01:00 |
|
|
|
af0ae49abe
|
consts in raylib.zr
|
2026-02-12 14:10:42 +01:00 |
|
|
|
65913868b0
|
implement blake2b hash
|
2026-01-04 11:56:50 +01:00 |
|
|
|
c603d10012
|
make crypto functions allocate the output
|
2026-01-04 10:22:26 +01:00 |
|
|
|
b78223fae7
|
move crypto into stdlib
|
2026-01-03 14:21:53 +01:00 |
|