vegowotenks vegowotenks · er/ihm
  • Joined on 2024-09-06
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
vegowotenks pushed to main at vegowotenks/utilitiec 2025-01-12 15:50:54 +01:00
3d6f7a2957 feat: add data-kind to TracingObject to enable quasi-polymorphism
vegowotenks pushed to master at vegowotenks/ubcc 2025-01-02 10:55:51 +01:00
1c1e25a881 struct variable type checking, refactoring to avoid circular dependencies
vegowotenks pushed to master at vegowotenks/ubcc 2025-01-01 23:05:18 +01:00
9f2fad1507 Struct Parsing continued, ditched multiple-errors support
vegowotenks pushed to master at vegowotenks/ubcc 2025-01-01 21:02:16 +01:00
0adef12173 Struct parsing continued
vegowotenks pushed to master at vegowotenks/ubcc 2024-12-31 09:30:27 +01:00
d1d9846a99 Struct Parsing started