vegowotenks vegowotenks · er/ihm
  • Joined on 2024-09-06
vegowotenks pushed to master at vegowotenks/ubcc 2025-02-19 23:33:40 +01:00
6990c3f759 broken: fixed circular import (File -> Import -> File)
a4cd711574 Added export lists, no compiler warnings
Compare 2 commits »
vegowotenks pushed to master at vegowotenks/ubcc 2025-02-19 23:05:24 +01:00
6242b2f1eb Refactored, added comments
9652b4e13b Added new reserved word
Compare 2 commits »
vegowotenks pushed to master at vegowotenks/ubcc 2025-02-19 15:28:10 +01:00
82cdfdac40 Import file parsing
vegowotenks pushed to master at vegowotenks/ubcc 2025-02-18 17:16:32 +01:00
76c3c3c4fc Monad transformers for the first time :OO
vegowotenks pushed to master at vegowotenks/ubcc 2025-02-18 00:21:04 +01:00
a19bcf0ad5 Import path parsing
vegowotenks pushed to master at vegowotenks/ubcc 2025-02-17 01:39:20 +01:00
99dcfbd976 Broken commit
vegowotenks pushed to master at vegowotenks/ubcc 2025-02-16 22:19:22 +01:00
41a90dc6bf Import parsing
vegowotenks pushed to master at vegowotenks/ubcc 2025-02-16 21:32:16 +01:00
e013a8a186 Added hoogle for local hoogling, reordered imports
vegowotenks pushed to master at vegowotenks/ubcc 2025-02-13 23:39:26 +01:00
c12458a2bf Fixed the infinite loop
b87917dc2e Monoids for File construction
Compare 2 commits »
vegowotenks pushed to master at vegowotenks/ubcc 2025-02-13 21:45:25 +01:00
4e8e5b9e84 Collecting the body of structs with monoids
2b4e5fcdc0 Improved enum parsing error messages
2cd9b04b85 Added support for enumerations
Compare 3 commits »
vegowotenks pushed to master at vegowotenks/ubcc 2025-01-25 20:55:49 +01:00
01fafec1c0 Simple parse-dump main function, also fixed about everything
vegowotenks pushed to master at vegowotenks/ubcc 2025-01-20 22:48:02 +01:00
f35ca83d7a Introduced a cyclic dependency
vegowotenks pushed to master at vegowotenks/ubcc 2025-01-20 21:37:03 +01:00
4592a89ebf Updated the list of operators and keywords
vegowotenks pushed to master at vegowotenks/ubcc 2025-01-20 19:53:48 +01:00
52e04d28cf Refactoring into Syntax Parser, also float parsing
212eecfdf7 Expression Parser and Parser Config
Compare 2 commits »
vegowotenks pushed to master at vegowotenks/ubcc 2025-01-17 21:13:22 +01:00
839e278e43 Removed complicated validation, Basic Expression parsing
vegowotenks pushed to main at vegowotenks/flup 2025-01-12 23:31:31 +01:00
ed5d627e3f Implemented heap-functionality for object-types
vegowotenks pushed to main at vegowotenks/flup 2025-01-12 21:34:05 +01:00
43f0ed0250 Implementation for TracingHeap-Requirements for Objects
d7bfe97210 Use HashMap_ForEach from newest commit
Compare 2 commits »
vegowotenks pushed to main at vegowotenks/utilitiec 2025-01-12 21:33:02 +01:00
a569dd05a6 Implementation of HashMap_ForEach with function pointers
vegowotenks pushed to main at vegowotenks/flup 2025-01-12 17:40:27 +01:00
702bb6f850 Integrated with newest TracingHeap, refactoring for functions
vegowotenks pushed to main at vegowotenks/flup 2025-01-12 15:53:01 +01:00
dfd2f81f3d Latest TracingHeap update