Maxim Hutz mvhutz
  • https://maximhutz.com
  • Hey, it's me! This is my Gitea instance, where all my code lives. Check out what I've been doing!

  • Joined on 2024-08-13
mvhutz pushed to main at mvhutz/lambda 2026-01-14 00:30:23 +00:00
307b7ffd1e refactor: replace string-based emitter with type-safe generic event system (#28)
mvhutz merged pull request mvhutz/lambda#28 2026-01-14 00:30:22 +00:00
refactor: replace string-based emitter with type-safe generic event system
mvhutz pushed to feat/better-emitter at mvhutz/lambda 2026-01-14 00:29:10 +00:00
93cb7ccd78 fix: initialize BaseEmitter in Engine constructor
mvhutz created pull request mvhutz/lambda#28 2026-01-14 00:28:17 +00:00
refactor: replace string-based emitter with type-safe generic event system
mvhutz pushed to feat/better-emitter at mvhutz/lambda 2026-01-14 00:27:59 +00:00
6b946fb5dc refactor: replace string-based emitter with type-safe generic event system
mvhutz created branch feat/better-emitter in mvhutz/lambda 2026-01-13 23:38:18 +00:00
mvhutz pushed to feat/better-emitter at mvhutz/lambda 2026-01-13 23:38:18 +00:00
mvhutz pushed to main at mvhutz/practice 2026-01-13 23:01:52 +00:00
b629395a1a feat: tuesday
mvhutz created pull request mvhutz/lambda#27 2026-01-13 02:28:00 +00:00
feat: add De Bruijn index reduction engine
mvhutz created branch feat/debruijn-engine in mvhutz/lambda 2026-01-13 02:27:46 +00:00
mvhutz pushed to feat/debruijn-engine at mvhutz/lambda 2026-01-13 02:27:46 +00:00
f3b9137d75 feat: add De Bruijn index reduction engine
mvhutz opened issue mvhutz/lambda#26 2026-01-13 02:18:50 +00:00
feat: add debruijn engine
mvhutz commented on issue mvhutz/lambda#17 2026-01-13 02:02:14 +00:00
feat: add debruijn engine

not detailed enough

mvhutz closed issue mvhutz/lambda#17 2026-01-13 02:02:14 +00:00
feat: add debruijn engine
mvhutz deleted branch feat/comment-support from mvhutz/lambda 2026-01-13 02:00:03 +00:00
mvhutz pushed to main at mvhutz/lambda 2026-01-13 02:00:02 +00:00
335ce95c50 feat: add comment support to saccharine language (#25)
mvhutz merged pull request mvhutz/lambda#25 2026-01-13 02:00:01 +00:00
feat: add comment support to saccharine language
mvhutz closed issue mvhutz/lambda#24 2026-01-13 02:00:01 +00:00
feat: comments for saccharine
mvhutz pushed to feat/comment-support at mvhutz/lambda 2026-01-13 01:59:37 +00:00
53f4081f6f fix: correct loop condition in comment parsing
mvhutz pushed to feat/comment-support at mvhutz/lambda 2026-01-13 01:58:42 +00:00
b588754552 feat: broken