DateCommit messageAuthorFiles+-
2025-03-20 07:46update for c3 0.7.0 devwalther chen1+2-2
2025-03-20 07:45update Werkfile for breaking changeswalther chen1+2-2
2025-03-16 14:34update c3 to 0.7.0 devwalther chen3+14-14
2025-02-14 02:27c3 opt0, turnt testswalther chen9+213-2
2025-02-13 15:55update to latest zig 0.14.0-dev.3066+1a1389c51walther chen7+33-26
2022-11-13 02:59fix justfile benchmark recipeWalther Chen1+2-2
2022-11-13 02:49fix undefined must be comptime bugWalther Chen2+2-2
2022-11-13 02:38add debug-ops build option, improve debug output formattingWalther Chen4+29-15
2022-11-12 20:23opt2: fix repeats for stdin/stdoutWalther Chen1+13-3
2022-11-12 20:08opt2Walther Chen3+293-0
2022-11-12 02:46add parse to runIntpreter paramsWalther Chen3+10-10
2022-11-12 02:44add trace option to build for testsWalther Chen1+1-0
2022-11-12 02:42fix comptime on tracingWalther Chen1+1-0
2022-11-11 14:20tracing notes in ReadmeWalther Chen2+42-10
2022-11-11 04:25fix off-by-one in tracingWalther Chen1+1-1
2022-11-11 04:23typoWalther Chen1+1-1
2022-11-11 04:15opt1: add tracingWalther Chen1+34-2
2022-11-10 04:49update readmeWalther Chen1+1-1
2022-11-10 04:48update readmeWalther Chen1+19-2
2022-11-10 04:39enable build trace optionWalther Chen2+12-0
2022-11-09 03:53stage opt1Walther Chen2+93-0
2022-11-09 03:51Update interface of interpret to include alloc, clean og stageWalther Chen2+7-5
2022-11-08 02:15refactor to have common lib and then bin per stageWalther Chen4+177-155
2022-11-07 04:31simplify test to just interpreterWalther Chen1+4-3
2022-11-07 04:15parse for realWalther Chen1+39-11
2022-11-07 02:35add test fixtures mandelbrot and factorWalther Chen4+351-3
2022-11-07 02:06readmeWalther Chen1+5-0
2022-11-07 02:03parameterize interpret on mem, io; test hello worldWalther Chen2+24-12
2022-11-07 00:11working interpreterWalther Chen1+52-2
2022-11-04 04:28initial scaffold, start interpretWalther Chen2+41-1
2022-11-04 03:10initWalther Chen3+44-0