2023-05-04T08:28:40Z - 2024-05-04T08:28:40Z

Overview

0 Active Pull Requests
57 Active Issues
Excluding merges, 1 author has pushed 1 commit to master and 784 commits to all branches. On master, 55 files have changed and there have been 4520 additions and 775 deletions.

2 Releases published by 1 user

Published multimodule/changeset2 2024-02-27 07:19:40 +00:00

Published multimodule/changeset1 2024-02-27 07:01:06 +00:00

41 Issues closed from 1 user

Closed #172 Bug: Figure out why this crashes 2024-04-24 13:37:13 +01:00

Closed #173 🐞️ Bug: Single line comments lex wrongly 2024-04-20 19:07:48 +01:00

Closed #170 Feature: Improve logging 2024-04-14 09:54:33 +01:00

Closed #157 Feature: Multi-module support 2024-04-08 11:51:37 +01:00

Closed #164 HashMapper needing .dup for stack allocation workaround 2024-04-07 12:39:40 +01:00

Closed #168 Cross-module extern statements 2024-04-07 12:16:25 +01:00

Closed #159 Feature: Variable usage checker 2024-04-01 20:55:58 +01:00

Closed #167 Feature: Collector-based resolution methods 2024-03-12 17:30:52 +00:00

Closed #166 Feature: Pluggable predicate-based resolution method 2024-03-12 16:52:05 +00:00

Closed #161 🧹🧼 Cleanup: Pool provider 2024-02-27 08:32:18 +00:00

Closed #162 🧹🧼 Cleanup: addFuncDef/clearFuncDefs should all use a non-static pool 2024-02-27 07:34:40 +00:00

Closed #144 Feature: Lexer improvements 2023-12-27 06:20:08 +00:00

Closed #94 Literal encodings 2023-12-25 09:10:01 +00:00

Closed #150 Lexer improv two 2023-12-24 15:05:40 +00:00

Closed #82 Module support 2023-08-27 12:17:07 +01:00

Closed #91 Annotations support 2023-08-27 12:11:42 +01:00

Closed #88 🐞️ Bugfix: Multiple compilations 2023-08-27 11:56:19 +01:00

Closed #151 🐞️ Bugfix: Module-level static members may cause consecutive compilation errors 2023-08-27 11:55:51 +01:00

Closed #148 🧠 Feature/Meta: Cloneable (round 2) 2023-08-27 10:39:43 +01:00

Closed #13 Clean ups 2023-08-16 10:03:45 +01:00

Closed #8 Class static initialization incorrect ordering 2023-08-16 10:02:48 +01:00

Closed #10 VariableExpression recursive path initialization 2023-08-16 10:02:24 +01:00

Closed #153 🧹🧼 Hotfix: VariableExpression dependency node generaiton 2023-08-16 09:54:45 +01:00

Closed #9 Context for VariableExpression and Variable missing 2023-08-16 09:54:26 +01:00

Closed #68 Examine Context for VarExp in DNode 2023-08-16 09:54:23 +01:00

Closed #103 Compiler version 2023-08-14 21:32:09 +01:00

Closed #115 🧠️ Feature: Universal coercion and type enforcer 2023-08-10 18:45:05 +01:00

Closed #84 Comment support 2023-07-22 20:08:43 +01:00

Closed #121 🐞️ Bugfix: Tabs in lexer: Not handled 2023-07-22 12:11:58 +01:00

Closed #60 Lexer stuff 2023-07-22 12:11:29 +01:00

Closed #117 🧠 Feature/Meta: Cloneable (round 1) 2023-07-17 15:16:31 +01:00

Closed #147 🐞 Bugfix: expect(string) should throw ParserException atleast 2023-07-16 19:35:10 +01:00

Closed #146 🐞 Bugfix: Recursively check for return statemen tprescence 2023-07-16 18:21:48 +01:00

Closed #143 🐞 Bugfix: Ensure that typed functions contain a return statement 2023-07-16 17:24:08 +01:00

Closed #113 🐞️ Functions: Expressionless return and enforcing requirement 2023-07-13 12:34:56 +01:00

Closed #142 Function parameter casts 2023-07-11 18:04:37 +01:00

Closed #140 Code gen: Casted pointer offets 2023-07-11 08:57:55 +01:00

Closed #105 Lexer interface 2023-07-09 11:41:21 +01:00

Closed #137 🧠️ Feature: type enforcer using CastInstruction emit 2023-07-07 19:18:27 +01:00

Closed #116 🧠 Feature: Meta-programming engine 2023-05-29 16:03:57 +01:00

Closed #119 Conditional compilation, size_t, ssize_t, sizeof and so forth 2023-05-29 15:25:56 +01:00

16 Issues created by 1 user

Opened #122 🧠 Feature/Meta: Conditional compilation 2023-05-29 15:16:58 +01:00

Opened #138 Utils: GMalloc research+POC 2023-07-07 19:24:12 +01:00

Opened #139 🧹🧼️ Cleanup: Clean up series 2023-07-08 17:57:30 +01:00

Opened #141 Binary Operators support for non-Integer types 2023-07-11 09:50:33 +01:00

Opened #145 Future: Streaming lexer 2023-07-16 14:21:03 +01:00

Opened #149 Feature: Static class inits 2023-07-17 21:15:59 +01:00

Opened #152 🧠️ Ideation: Loaders 2023-07-22 20:14:40 +01:00

Opened #154 Class static init on class declaration 2023-08-16 09:47:25 +01:00

Opened #155 Feature: Operator precedence 2023-08-17 08:08:21 +01:00

Opened #156 Feature: Annotations 2023-08-17 08:11:03 +01:00

Opened #158 🧠️ Ideation: OOP support (initialization) 2023-10-27 09:18:56 +01:00

Opened #160 Feature: Array reference counting 2023-11-05 15:35:42 +00:00

Opened #163 Wanted features 2024-02-25 17:41:49 +00:00

Opened #165 Feature: Support for access modifiers, init scope 2024-02-29 16:31:47 +00:00

Opened #169 Feature: Better error reporting, messaging 2024-04-02 07:36:23 +01:00

Opened #171 Feature: Comment support 2024-04-15 19:31:48 +01:00

10 Unresolved Conversations

Open #63 Support for loops 2024-02-27 21:04:34 +00:00

Open #41 Dependency linearization clean up 2023-12-10 10:23:35 +00:00

Open #118 Feature: Add support for structs 2023-11-06 09:37:51 +00:00

Open #50 Feature: Emit-C 2023-11-06 09:37:49 +00:00

Open #39 Static allocation emits 2023-07-22 13:40:14 +01:00

Open #96 Investigate `isSameType(Type, Type)` 2023-07-22 13:37:50 +01:00

Open #70 Implement expression-less return statements 2023-07-14 19:05:35 +01:00

Open #61 Type checking everything! 2023-07-13 12:43:22 +01:00

Open #106 Streaming lexer 2023-07-09 11:42:26 +01:00

Open #53 Context's `.container` deemed useless 2023-05-29 15:33:36 +01:00