1
0
Fork
You've already forked inkz
0
No description
  • Zig 95.4%
  • Ink 4.6%
Jan Beelte 3d1071e4c4
Performance / correctness (hot path):
- inStringEvalMode() O(n) output_stream scan → O(1) string_eval_depth counter in StoryState
 - resolveVariable list-item fallback O(n_defs) iterator → O(1) list_item_lookup reverse HashMap built at init
 - shuffleIndex silently truncated at 32 elements → 256 (no silent wrong answers for large sequences)
2026年05月18日 19:24:55 +02:00
backlog Performance / correctness (hot path): 2026年05月18日 19:24:55 +02:00
docs (chore) docs 2026年04月13日 19:13:26 +02:00
sample (complete) TASK-83: LIST support — list defs, list literals, list operators, compound assignments 2026年04月04日 20:18:31 +02:00
src Performance / correctness (hot path): 2026年05月18日 19:24:55 +02:00
test/fixture (fix) crime scene tests 2026年05月14日 18:51:12 +02:00
.DS_Store (complete) TASK-79/80/82/83: function params+return, x++/--, glue, tags, LIST parsing; fix function keyword in knots, fix choice text whitespace 2026年03月31日 20:15:58 +02:00
.gitignore (chore) skipping all broken tests. 2026年05月14日 08:42:33 +02:00
build.zig (add) task 3 and tests. 2026年02月24日 06:57:37 +01:00
build.zig.zon (chore) upgraded to 0.16.0 release 2026年04月14日 21:11:51 +02:00
CLAUDE.md (add) tasks for implementing runtime. 2026年02月23日 20:27:39 +01:00
LICENSE Initial commit 2026年02月23日 18:48:25 +01:00
README.md (chore) improved tasks. 2026年02月23日 20:49:05 +01:00

inkz