Rev. | Hora | Autor |
---|---|---|
e0d54da main master | 2024-06-06 13:57:37 | Corbin |
regiux: Stub out binary ops. |
||
72d1f1b | 2024-06-06 13:24:06 | Corbin |
regiux: Add string literals. |
||
741ecbc | 2024-06-05 00:06:13 | Corbin |
Switch over to PyPy bootstrap. |
||
f528ed9 | 2024-06-02 13:21:41 | Corbin |
bf: Correctly compile empty loops. |
||
801ef89 | 2024-06-02 12:19:53 | Corbin |
bf: Recognize two-destination scale-and-add operations. |
||
04f13a7 | 2024-05-25 11:28:14 | Corbin |
regiux: Implement Booleans and if-expressions. |
||
00d1378 | 2024-05-24 17:10:55 | Corbin |
Add Pixie. |
||
7b37723 | 2024-05-24 16:11:57 | Corbin |
Uniformly build all three PyPys from a single file. |
||
1530ce8 | 2024-05-15 11:09:37 | Corbin |
reguix: Wire up basic inherits. |
||
784b438 | 2024-05-15 09:47:55 | Corbin |
reguix: Implement builtin attrset and application. |
||
80d03fd | 2024-05-01 14:11:55 | Corbin |
regiux: Sketch a loop-detecting heap. |
||
cec3488 | 2024-05-01 11:35:52 | Corbin |
regiux: Sketch out the construction of attrsets. |
||
4e8c0fe | 2024-04-30 16:26:47 | Corbin |
regiux: Set up a basic division of responsibility. |
||
7ec0ccb | 2024-04-30 15:44:34 | Corbin |
regiux: Split parser. |
||
3db3015 | 2024-04-28 14:35:39 | Corbin |
reguix: More of the parser. |
||
76a9968 | 2024-04-28 08:07:07 | Corbin |
regiux: Disentangle bad refs. |
||
4eff9c5 | 2024-04-27 19:24:04 | Corbin |
regiux: More parsing. |
||
821f440 | 2024-04-27 16:58:10 | Corbin |
regiux: Hack out about half of Nix's grammar. |
||
971f8f9 | 2024-04-27 12:08:12 | Corbin |
Set up scaffolding for a Nix parser. |
||
9880bcc | 2024-04-27 10:37:34 | Corbin |
Remove non-reproducible builds from the bootstrap. |
||
8c9efdc | 2024-04-23 07:46:49 | Corbin |
Remove Tcl/Tk support from the bootstrap. |
||
80c99cc | 2024-04-20 12:01:52 | Corbin |
bf: Better JIT debugging; one more peephole. |
||
4a430c6 | 2024-04-20 10:32:57 | Corbin |
bf: Hash-cons all ops. |
||
942651c | 2024-04-20 09:11:15 | Corbin |
bf: Recognize add-and-scale idiom. |
||
86c5485 | 2024-04-20 04:17:28 | Corbin |
bf: Add optimizing ops, peephole, delooper. |
||
f84502b | 2024-04-19 16:56:12 | Corbin |
bf: Rewrite. |
||
0af751c | 2024-04-19 14:25:13 | Corbin |
Factor RPython libs, set up bootstrap and checks. |
||
9d032db | 2024-04-17 15:55:39 | Corbin |
Use re-bootstrapped PyPy2 to translate DIVSPL. |
||
28dbbef | 2024-04-17 15:11:21 | Corbin |
Yoink CPython 2.7 over from nixpkgs to form a bootstrap. |
||
31ace2b | 2024-04-17 01:20:37 | Corbin |
Don't re-export Typhon. |