summaryrefslogtreecommitdiff
path: root/rivendell
AgeCommit message (Collapse)Author
2026-06-06Improve command line styleManlio Perillo
Parse the command line following the code from the Zig compiler cli. Use the args iterator instead of slice, and use while instead of for loop. Use the new std.mem.cutPrefix instead of the custom function prefix. Move Context struct to the top.
2026-06-02Elrond has moved to Rivendell (where he lives)Chris Boesch