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 2025-12-27 07:40:21 +00:00
1896cd652d feat: better error messages
mvhutz pushed to main at mvhutz/lambda 2025-12-27 07:08:41 +00:00
884180de92 feat: error for when there is more source code than parsed
mvhutz pushed to main at mvhutz/lambda 2025-12-27 06:41:23 +00:00
df53409887 fix: parameters converted in opposite order
mvhutz pushed to main at mvhutz/lambda 2025-12-27 06:19:18 +00:00
5841023dde fix: no log errors
mvhutz pushed to main at mvhutz/lambda 2025-12-27 06:18:31 +00:00
a05a63627e feat: better recursive descent
mvhutz pushed to main at mvhutz/lambda 2025-12-26 08:37:32 +00:00
e3629acb45 feat: stuff
mvhutz pushed to main at mvhutz/lambda 2025-12-26 07:49:46 +00:00
f26e7fbdc9 feat: saccharine example
mvhutz pushed to main at mvhutz/lambda 2025-12-26 07:39:40 +00:00
d427703afe wip: new folder structure, overhaul language
mvhutz pushed to main at mvhutz/lambda 2025-12-26 07:00:22 +00:00
11e7f70625 feat: stuff
mvhutz pushed to main at mvhutz/lambda 2025-12-26 06:03:32 +00:00
fa44051dec fix: don`t overlap "close"
mvhutz pushed to main at mvhutz/lambda 2025-12-26 05:09:02 +00:00
c2ec9127e8 style: no capitalized error messages
mvhutz pushed to main at mvhutz/lambda 2025-12-26 05:08:41 +00:00
17fa94113a style: no capitalized error messages
mvhutz pushed to main at mvhutz/lambda 2025-12-26 05:07:37 +00:00
d74894223e fix: does need to compare to true
mvhutz pushed to main at mvhutz/lambda 2025-12-26 05:05:06 +00:00
5ff8892d13 style: no underscores in variable names
mvhutz pushed to main at mvhutz/lambda 2025-12-26 05:02:59 +00:00
44046e6abb fix: drop zero-init of fresh name generator
mvhutz pushed to main at mvhutz/lambda 2025-12-26 05:01:42 +00:00
c80587d522 style: unneeded else
mvhutz pushed to main at mvhutz/lambda 2025-12-26 05:00:37 +00:00
6f3b252819 style: no "this" or "self" as receiver
mvhutz pushed to main at mvhutz/lambda 2025-12-26 04:53:05 +00:00
e6e4a0df6f style: no punctuation or capitalization in errors
mvhutz pushed to main at mvhutz/lambda 2025-12-26 04:50:44 +00:00
963435c657 fix: cli.CLIOptions is repetitive
mvhutz pushed to main at mvhutz/lambda 2025-12-26 04:49:05 +00:00
32b1ba12f4 feat: golangci lint