32 Commits

Author SHA1 Message Date
819cf738dc sqlite works 2025-03-05 11:52:02 +01:00
d537e0a709 hash passwords 2025-03-05 11:12:20 +01:00
355c907135 runtime: parse req, send res 2025-03-05 03:33:55 +01:00
aeeed02c35 runtime: http server works 2025-03-05 01:28:47 +01:00
3c43ca074f add http parser 2025-03-04 21:28:03 +01:00
49cf0f4db9 add http server threads 2025-03-04 16:24:28 +01:00
dc01bcdb84 runtime: add http server 2025-03-04 12:01:07 +01:00
8a8dce419e compiler: add lir 2025-03-03 15:19:03 +01:00
0bdfd78ca2 compiler: add builtins 2025-03-03 02:19:27 +01:00
6e5ac26c84 compiler: check match expressions 2025-03-03 01:57:53 +01:00
6d1693c318 slige: add runtime 2025-02-26 01:58:34 +01:00
8f3523d4e1 compiler: match expr first half 2025-02-24 00:02:16 +01:00
5c9e3ce73f compiler: unit enums 2025-02-23 02:56:11 +01:00
66fc0ec0b5 compiler: lower enums to mir 2025-02-22 03:44:35 +01:00
4c4b0da238 compiler: add tuple structs 2025-02-22 02:26:01 +01:00
5b109a5432 compiler: struct to mir 2025-02-17 09:22:28 +01:00
53d3777ee0 compiler: add struct types 2025-02-13 09:27:55 +01:00
a97a128336 compiler: add loops 2025-02-13 09:27:37 +01:00
3d161efb99 compiler: check assign 2025-02-11 22:23:52 +01:00
8f4ca01f77 compiler: add assignment stuff 2025-02-10 23:01:34 +01:00
245ed06a3b compiler: equality 2025-02-10 18:23:56 +01:00
aa35b6f35d compiler: stop on errors 2025-02-10 17:53:47 +01:00
21c737d06a compiler: if-else + copyMove + more 2025-02-10 17:53:33 +01:00
c5e42844af compiler: rework diag messages a bit 2025-02-10 17:52:22 +01:00
010a3e7d19 compiler: if + other things 2025-02-10 12:20:46 +01:00
cea1a5f5bd compiler: remember call arg 2025-02-07 12:56:41 +01:00
f4886e045c compiler: finish example ast lower 2025-02-06 14:52:52 +01:00
eafabc8afa compiler: exhaust match 2025-02-06 02:24:04 +01:00
f09858a41d compiler: make reasonable resolving 2025-02-05 14:41:35 +01:00
a5502810cd compiler: investigate pattern lower 2025-02-05 01:36:26 +01:00
f9e14e5056 set deno workspace 2025-02-04 17:01:32 +01:00
2d1dde8d60 add slige compiler 2025-02-04 15:09:00 +01:00