Rev. | Hora | Autor |
---|---|---|
d8750e8 main | 2024-06-15 01:35:35 | Corbin |
Update README. |
||
41cf845 | 2024-06-14 11:59:00 | Corbin |
parser: Use some sugar. |
||
4765220 | 2024-06-14 11:29:28 | Corbin |
parser: Make string QLs left-recursive. |
||
5046295 | 2024-06-14 11:11:02 | Corbin |
Get 2 + 2 working again. |
||
322ce08 | 2024-06-13 13:01:55 | Corbin |
gmachine: Flesh out actual operations. |
||
ae25b72 | 2024-06-13 08:03:52 | Corbin |
Break ground on a G-machine implementation. |
||
376831c master | 2024-06-10 07:57:27 | Corbin |
parser: Add weird let-expression and rec-expression. |
||
f77ed08 | 2024-06-10 07:30:47 | Corbin |
Fuck with the parser some more. |
||
27ebd78 | 2024-06-10 06:06:05 | Corbin |
parser: Recognize let-expressions. |
||
eab14a7 | 2024-06-09 03:25:28 | Corbin |
Set up a standalone repo. |
||
b90c3ac | 2024-06-08 10:38:44 | Corbin |
regiux: Parse and compile quasiliteral strings. |
||
eeb0bbe | 2024-06-07 06:22:38 | Corbin |
regiux: Resolve ops during parsing. |
||
8fbb8d4 | 2024-06-06 13:57:37 | Corbin |
regiux: Stub out binary ops. |
||
aaaea30 | 2024-06-06 13:24:06 | Corbin |
regiux: Add string literals. |
||
4127f06 | 2024-05-25 11:28:14 | Corbin |
regiux: Implement Booleans and if-expressions. |
||
58d3b42 | 2024-05-15 11:09:37 | Corbin |
reguix: Wire up basic inherits. |
||
3c3cf1f | 2024-05-15 09:47:55 | Corbin |
reguix: Implement builtin attrset and application. |
||
c9b9bf0 | 2024-05-01 14:11:55 | Corbin |
regiux: Sketch a loop-detecting heap. |
||
2db054e | 2024-05-01 11:35:52 | Corbin |
regiux: Sketch out the construction of attrsets. |
||
06b76aa | 2024-04-30 16:26:47 | Corbin |
regiux: Set up a basic division of responsibility. |
||
d7f7eba | 2024-04-30 15:44:34 | Corbin |
regiux: Split parser. |
||
867a9f5 | 2024-04-28 14:35:39 | Corbin |
reguix: More of the parser. |
||
fb40d31 | 2024-04-28 08:07:07 | Corbin |
regiux: Disentangle bad refs. |
||
f7edd9a | 2024-04-27 19:24:04 | Corbin |
regiux: More parsing. |
||
1099994 | 2024-04-27 16:58:10 | Corbin |
regiux: Hack out about half of Nix's grammar. |
||
4df8902 | 2024-04-27 12:08:12 | Corbin |
Set up scaffolding for a Nix parser. |