Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-03-20
| ||
20:07 | comptime: actually activate the comptime scope that hides runtime symbols Leaf check-in: e1e7f264d1 user: lac tags: trunk | |
2025-03-14
| ||
17:56 | Prevent runtime symbols (parameters, local variables once they are implemented) from being visible from inside comptime expressions check-in: 7a75c855a6 user: lac tags: trunk | |
2025-03-07
| ||
23:42 | Add function call tests check-in: 1f9ca29579 user: lac tags: trunk | |
2025-03-06
| ||
23:51 | Update dependencies check-in: dcceb9d1e0 user: lac tags: trunk | |
23:45 | Upgrade to ariadne 0.5, fix error messages check-in: 109fe09927 user: lac tags: trunk | |
23:11 | Clean up diagnostics management a bit check-in: 60d5381924 user: lac tags: trunk | |
2025-03-05
| ||
23:25 | Fix the remaining tests check-in: dd0452ecf0 user: lac tags: trunk | |
2025-02-28
| ||
19:04 | Fix struct_to_val test check-in: 9b5fe57a13 user: lac tags: trunk | |
18:58 | Fix pattern_map test check-in: 8ea8922085 user: lac tags: trunk | |
00:37 | Add codium syntax highlighting check-in: 64c0948fb5 user: lac tags: trunk | |
2025-02-26
| ||
00:02 | Error out when attempting to recursively call a function during its own parsing with the # operator. check-in: 78d78f2f6c user: lac tags: trunk | |
2025-02-25
| ||
00:35 | Update dependencies check-in: b06f99bf4e user: lac tags: trunk | |
00:25 | Fix a couple of warnings check-in: 817a89e6d2 user: lac tags: trunk | |
00:22 | Implemented non-builtin func calls and a myriad of related fixes and logger improvements. The top level file is also implcitely compiled as a function and then executed. check-in: a70f5eae0c user: lac tags: trunk | |
2025-01-16
| ||
22:01 | Handle overload definitions check-in: 876102e03f user: lac tags: trunk | |
18:51 | Function body parsing check-in: ad63c4c559 user: lac tags: trunk | |
2025-01-07
| ||
23:46 | Function definition syntax check-in: 14c205bec5 user: lac tags: trunk | |
2025-01-06
| ||
19:35 | Function declaration parsing check-in: 00676790ac user: lac tags: trunk | |
2024-12-27
| ||
17:26 | Fix decl's precedence check-in: 15c5210b91 user: lac tags: trunk | |
17:19 | Implement decl parsing check-in: c554b56d93 user: lac tags: trunk | |
2024-12-26
| ||
12:41 |
| |
2024-12-21
| ||
18:56 | Implement call rule for non-macro builtin functions check-in: 9160366c48 user: lac tags: trunk | |
15:28 | Ir Builder: implemented a helper to easily construct a value with an attached ir generator check-in: f2792010d9 user: lac tags: trunk | |
01:22 | IrBuilder: use a slice instead of a vec as input check-in: cbc05cac14 user: lac tags: trunk | |
01:20 | Implement IrBuilder to easily wire up a linear series of IR instructions using a stack language format check-in: 77522f8919 user: lac tags: trunk | |
2024-12-19
| ||
23:31 | Remove stray white space (very important) check-in: 67dcf589d8 user: lac tags: trunk | |
23:29 | Use macros to define IR intstructions and terminators so we can auto generate some things later check-in: d57afcd9fe user: lac tags: trunk | |
2024-12-13
| ||
22:39 | Trigger IR generation in EvalBuilder and when committing a computable value check-in: f54e615a5b user: lac tags: trunk | |
21:24 | clean up check-in: 9998050020 user: lac tags: trunk | |
21:22 | Add default implementation for # check-in: 69ac8809b5 user: lac tags: trunk | |
21:20 | Implement # operator check-in: d4bd363fb6 user: lac tags: trunk | |
00:51 | Remove stray temporary debug log check-in: 2199adb96e user: lac tags: trunk | |
00:24 |
| |
2024-12-12
| ||
00:57 |
| |
2024-12-11
| ||
00:08 | Started implementing the IR and the compile-time interpreter check-in: 8961b6e20b user: lac tags: trunk | |
2024-12-10
| ||
01:02 | Cleanup check-in: 3eb338909d user: lac tags: trunk | |
2024-12-09
| ||
23:37 | Macro and function overloads can now coexist inside of the same polymorphic function. Can now compile and execute a call to a builtin macro check-in: d4b187a64d user: lac tags: trunk | |
2024-12-08
| ||
21:48 | Macro func: don't call the macro directly from the coercion rule, instead attach a callback to the value to do it after the best coersion solution has been picked check-in: be19d04e9a user: lac tags: trunk | |
2024-12-07
| ||
19:58 | Cleanup check-in: 152fceb768 user: lac tags: trunk | |
19:51 | Change the way calls work: the call rule now "stages" the call by producing a value describing the call, and a coercion rule then turns this call into an "actual" value check-in: 816f333b8e user: lac tags: trunk | |
2024-12-06
| ||
19:07 | put return type constraint back in call rules, because generic functions will need it actually 🤡 check-in: 8f3bff740e user: lac tags: trunk | |
00:23 | Partially implemented function call parsing check-in: 6a3c6479a8 user: lac tags: trunk | |
2024-12-05
| ||
22:18 | Remove the return value type constraint from call rules, this will be done elsewhere check-in: 3f47b91567 user: lac tags: trunk | |
2024-12-04
| ||
19:55 | Implemented parenthese block parsing (to build closed tuples) check-in: b0d9c220e3 user: lac tags: trunk | |
01:34 |
| |
2024-12-02
| ||
19:55 | Parser: implement helpers to construct operator parsing rules check-in: f576793dff user: lac tags: trunk | |
2024-12-01
| ||
18:15 | Implement the "commit_value" builtin polymorphic macro and some missing type checking rule for it to work. check-in: 2dc9915b2b user: lac tags: trunk | |
2024-11-30
| ||
14:49 | Macros: improve the syntax for builtin func declarations and to make the distinction between macro funcs and intrinsic funcs explicit everywhere. check-in: cc8dd1056c user: lac tags: trunk | |
2024-11-28
| ||
21:55 | Update deps check-in: 691af17565 user: lac tags: trunk | |
21:53 | Reorganize macro files check-in: e83f68b77e user: lac tags: trunk | |