• Joined on 2025-07-20
Slendi pushed to master at Slendi/dcfg 2025-08-04 02:25:59 +03:00
296e6467c6 Add UTF-8 sample
Slendi pushed to master at Slendi/dcfg 2025-08-01 08:11:07 +03:00
Slendi pushed to master at Slendi/dcfg 2025-08-01 08:06:49 +03:00
4664ad3bfb Add lazy evaluation, and introduce use-after-free
Slendi pushed to master at Slendi/dcfg 2025-08-01 07:39:44 +03:00
1d40c785f8 Get something working
Slendi pushed to master at Slendi/dcfg 2025-08-01 06:10:20 +03:00
80af330d1b Finish parser
Slendi pushed to master at Slendi/dcfg 2025-08-01 04:08:21 +03:00
3d8f2270ef Make strtoll and strtod malloc-free
Slendi pushed to master at Slendi/dcfg 2025-08-01 03:18:26 +03:00
2ec675a320 Update lexer to allow ' in numbers
Slendi pushed to master at Slendi/dcfg 2025-08-01 03:04:15 +03:00
1a2b697349 Add copyright disclaimer to files
Slendi pushed to master at Slendi/dcfg 2025-08-01 03:01:28 +03:00
92eefe800b Mayhaps I overengineered versioning
Slendi pushed to master at Slendi/dcfg 2025-08-01 02:56:51 +03:00
e8f34b341e Add some evaluation stuff + versioning
Slendi pushed to master at Slendi/dcfg 2025-07-27 23:23:43 +03:00
f1e4804167 Remove typeof dependency
Slendi pushed to master at Slendi/dcfg 2025-07-27 23:16:52 +03:00
a8ea92dd5c Fix another leak
Slendi pushed to master at Slendi/dcfg 2025-07-27 22:44:12 +03:00
dbaf6d16ce Fix more leaks...
Slendi pushed to master at Slendi/dcfg 2025-07-27 22:21:16 +03:00
3bc6e879d8 Fix some memory leaks
Slendi pushed to master at Slendi/dcfg 2025-07-27 21:59:13 +03:00
8b0463c94a Add block invalid sample
Slendi pushed to master at Slendi/dcfg 2025-07-27 21:57:12 +03:00
5fcbb97f7a Add object support
93ddf7738c Add cleaning script
Compare 2 commits »
Slendi pushed to master at Slendi/dcfg 2025-07-27 21:31:04 +03:00
12d8930b2b Remove VLA, optional in later C versions
Slendi pushed to master at Slendi/dcfg 2025-07-27 14:13:20 +03:00
20ce36924e Package for Nix
Slendi pushed to master at Slendi/dcfg 2025-07-27 13:55:41 +03:00
ade3939e17 Fix unicode chars
Slendi pushed to master at Slendi/dcfg 2025-07-26 23:46:53 +03:00
874a2e234b Fix inline bug, build.sh