|
f60931f80e
|
Implement 5.30; on to last section; let's go!
|
2021-04-11 13:51:18 -04:00 |
|
|
59b58cfb9a
|
Implement till 5.29 and separate regular and lazy eceval
|
2021-04-10 11:22:42 -04:00 |
|
|
a7dfeac4ba
|
Implement till 5.28
|
2021-04-09 08:57:35 -04:00 |
|
|
1851b11288
|
Implement 5.25 lazy-evaluation
|
2021-04-08 08:48:37 -04:00 |
|
|
5902b43652
|
Work on 5.25
|
2021-04-07 22:14:42 -04:00 |
|
|
80fb79b001
|
Start to work on 5.25 and finish syntax error in eceval
|
2021-04-06 22:11:18 -04:00 |
|
|
d81460ccae
|
Implement 5.24
|
2021-04-05 11:09:03 -04:00 |
|
|
d0d650ad62
|
Implement 5.23
|
2021-04-04 11:46:15 -04:00 |
|
|
6cfaff4c07
|
Install explicit-control evaluator
|
2021-04-03 10:27:19 -04:00 |
|
|
c421911b3a
|
Implement till 5.22
|
2021-04-02 12:11:38 -04:00 |
|
|
927f9e6f21
|
Answer 5.20
|
2021-04-01 19:51:12 -04:00 |
|
|
ea9b0dd752
|
Implement 5.19
|
2021-03-31 21:16:22 -04:00 |
|
|
bb870cbdf1
|
Implement till 5.18
|
2021-03-30 19:49:09 -04:00 |
|
|
e22a52b7f3
|
Implement till 5.14
|
2021-03-29 08:28:45 -04:00 |
|
|
284ccb26ad
|
Implement 5.12
|
2021-03-28 12:14:57 -04:00 |
|
|
3f95e84e84
|
Finish 5.11 - this was a challenging one - nice
|
2021-03-25 22:35:22 -04:00 |
|
|
5b7e799f2f
|
Working on 5.11
|
2021-03-24 13:04:52 -04:00 |
|
|
8a2ce473be
|
Implement till 5.10
|
2021-03-23 14:04:36 -04:00 |
|
|
402776f481
|
Implement till 5.8
|
2021-03-22 09:51:25 -04:00 |
|
|
82128a6445
|
Implement till 5.6
|
2021-03-21 09:35:06 -04:00 |
|
|
73f59656c8
|
Implement till 5.4
|
2021-03-20 11:11:22 -04:00 |
|
|
a3d665ea83
|
Implement till 5.2 and add register-machine simulator
|
2021-03-18 21:47:13 -04:00 |
|
|
4608399b2d
|
Finish 4.78 and skip 4.79
|
2021-03-16 20:25:41 -04:00 |
|
|
8139622b44
|
Finish implementation of query inside amb-evaluator
|
2021-03-13 19:19:34 -05:00 |
|
|
1416e3c913
|
Contine to implement query within non-deterministc evaluator
|
2021-03-13 11:32:07 -05:00 |
|
|
0d0fc72d8a
|
Working on 4.78
|
2021-03-11 12:11:20 -05:00 |
|
|
f1d0c83ebc
|
Implement 4.77
|
2021-03-08 13:56:35 -05:00 |
|
|
66726a21f8
|
Implement 4.76
|
2021-03-07 11:28:36 -05:00 |
|
|
751e20229c
|
Working on 4.76
|
2021-03-06 17:32:07 -05:00 |
|
|
823f0e34dd
|
Implement till 4.75
|
2021-03-06 10:22:51 -05:00 |
|
|
4f57cfe87e
|
Answer till 4.73
|
2021-03-05 12:17:25 -05:00 |
|
|
ac2b6ae964
|
Answer 4.70
|
2021-03-04 13:57:31 -05:00 |
|
|
ea4a51aca1
|
Implement 4.69
|
2021-03-04 12:35:22 -05:00 |
|
|
209e58d1c5
|
Implement till 4.68
|
2021-03-03 19:59:16 -05:00 |
|
|
a967a60994
|
Implement till 4.63
|
2021-03-02 16:55:36 -05:00 |
|
|
b456fb4361
|
Implement till 4.61
|
2021-03-01 11:43:54 -05:00 |
|
|
5eb7a24687
|
Implement 4.57 and update eval-query to support rules
|
2021-02-28 09:23:03 -05:00 |
|
|
186bab6569
|
Add SICP query script and implement till 4.56
|
2021-02-27 20:15:42 -05:00 |
|
|
8dd54d429c
|
Finish section 4.3
|
2021-02-27 19:17:07 -05:00 |
|
|
5067f5414c
|
Update scripts for next exercises
|
2021-02-24 13:59:48 -05:00 |
|
|
36f9f625ea
|
Implement till 4.52
|
2021-02-24 12:50:17 -05:00 |
|
|
88859171ba
|
Implement till 4.50
|
2021-02-23 16:31:09 -05:00 |
|
|
320e620a30
|
Implement till 4.49 - finally progress again
|
2021-02-22 14:04:41 -05:00 |
|
|
2228572872
|
Added SICP amb evaluator to answer 4.45
|
2021-02-21 21:47:05 -05:00 |
|
|
6f1b670bde
|
Fix solution to liars-puzzle where my code yielded a wrong result previously
|
2021-02-17 20:08:48 -05:00 |
|
|
80adad6179
|
Resolve the issue that caused the amb language parser to fail and figure out how to get multiple amb-solutions
|
2021-02-17 19:37:53 -05:00 |
|
|
2afc4f4510
|
Start to work on 4.45
|
2021-02-06 21:48:35 -05:00 |
|
|
1a2ae825d2
|
Implement till 4.44
|
2021-02-05 11:12:59 -05:00 |
|
|
59a86be7e5
|
Implement 4.42
|
2021-02-04 14:14:52 -05:00 |
|
|
a76e30ddca
|
Implement 4.41
|
2021-02-04 08:58:09 -05:00 |
|