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-29 06:16:04 +00:00
5ceb845137 feat: more stuff to talk about
mvhutz pushed to main at mvhutz/lambda 2025-12-29 06:15:38 +00:00
a2ce5b6897 feat: rename profiler to performance, typeless event emitter
mvhutz pushed to main at mvhutz/lambda 2025-12-29 05:52:15 +00:00
c2b397a9f6 feat: observer pattern for statistics
mvhutz pushed to main at mvhutz/lambda 2025-12-29 03:52:35 +00:00
e9dc3fe171 feat: added optional profiling
mvhutz pushed to main at mvhutz/lambda 2025-12-28 08:39:50 +00:00
a4c049c0ff feat: push outputs to file
mvhutz pushed to main at mvhutz/lambda 2025-12-28 07:37:47 +00:00
6be3b7958a feat: use iterative approach for reduce once
mvhutz pushed to main at mvhutz/lambda 2025-12-28 07:20:12 +00:00
633d4a4d3b fix: no stringify in hot loop
mvhutz pushed to main at mvhutz/lambda 2025-12-28 07:08:12 +00:00
ee9e71d58e fix: no ds store
mvhutz pushed to main at mvhutz/lambda 2025-12-28 07:07:39 +00:00
0945cedf51 feat: only compute all free variables during a-conversion
mvhutz pushed to main at mvhutz/lambda 2025-12-28 05:54:08 +00:00
4d81aca0b2 feat: fun little program
mvhutz pushed to main at mvhutz/lambda 2025-12-28 04:51:28 +00:00
f4897d53a9 feat: it works!
mvhutz pushed to main at mvhutz/lambda 2025-12-28 04:37:09 +00:00
f038d0a685 feat: parse saccharine, conversion incoming
mvhutz pushed to main at mvhutz/lambda 2025-12-28 01:46:34 +00:00
14fc4b30da feat: cleaner parsing functions
mvhutz pushed to main at mvhutz/lambda 2025-12-28 00:52:44 +00:00
c37e96770f feat: tokenizer accepts braces, line terminator, and equal sign
mvhutz pushed to main at mvhutz/lambda 2025-12-27 08:43:44 +00:00
0e185fbf41 feat: expression
mvhutz pushed to main at mvhutz/lambda 2025-12-27 07:43:41 +00:00
bf0edfc593 style: renamed token index to column
mvhutz pushed to main at mvhutz/lambda 2025-12-27 07:41:50 +00:00
7f5298c8ed feat: added simple back
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