Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3159 - pause the lambda->mu translator for a bit | Kartik K. Agaram | 2016-08-07 | 1 | -0/+18 |
| | | | | | | | | I'm going to focus on two projects for a while: a) the testable interface for file system and network b) a compiler translating some language to x86 b) might require first gaining some experience programming in Assembly. | ||||
* | 3156 | Kartik K. Agaram | 2016-07-27 | 1 | -5/+6 |
| | | | | Make 'stream' generic. | ||||
* | 3153 | Kartik K. Agaram | 2016-07-24 | 1 | -2/+4 |
| | |||||
* | 3151 | Kartik K. Agaram | 2016-07-24 | 1 | -1/+3 |
| | |||||
* | 3150 - done with parser for s-expressions | Kartik K. Agaram | 2016-07-24 | 1 | -3/+78 |
| | |||||
* | 3149 | Kartik K. Agaram | 2016-07-24 | 1 | -3/+3 |
| | |||||
* | 3148 | Kartik K. Agaram | 2016-07-24 | 1 | -0/+17 |
| | |||||
* | 3147 | Kartik K. Agaram | 2016-07-24 | 1 | -18/+18 |
| | |||||
* | 3146 | Kartik K. Agaram | 2016-07-24 | 1 | -11/+72 |
| | |||||
* | 3145 | Kartik K. Agaram | 2016-07-24 | 1 | -4/+48 |
| | |||||
* | 3144 | Kartik K. Agaram | 2016-07-24 | 1 | -4/+43 |
| | | | | | Fix a bug in phase ordering discovered while trying to stash cells in the lambda compiler. | ||||
* | 3140 | Kartik K. Agaram | 2016-07-23 | 1 | -4/+30 |
| | | | | | Manual tests for parse errors because scenarios can't handle assertion failures yet. | ||||
* | 3139 | Kartik K. Agaram | 2016-07-23 | 1 | -2/+6 |
| | |||||
* | 3138 | Kartik K. Agaram | 2016-07-23 | 1 | -12/+90 |
| | |||||
* | 3135 | Kartik K. Agaram | 2016-07-22 | 1 | -5/+14 |
| | | | | Parsing pairs of atoms. | ||||
* | 3132 | Kartik K. Agaram | 2016-07-22 | 1 | -21/+19 |
| | |||||
* | 3131 | Kartik K. Agaram | 2016-07-22 | 1 | -4/+41 |
| | | | | | Reorganize parser to make room for parsing pairs. But first test for pairs is still failing. | ||||
* | 3130 | Kartik K. Agaram | 2016-07-22 | 1 | -3/+20 |
| | | | | Handle multi-character atoms. | ||||
* | 3129 | Kartik K. Agaram | 2016-07-22 | 1 | -0/+29 |
| | | | | Degenerate 'parser' that handles just atoms of one character. | ||||
* | 3127 | Kartik K. Agaram | 2016-07-22 | 1 | -0/+43 |
| | |||||
* | 3125 | Kartik K. Agaram | 2016-07-22 | 1 | -3/+19 |
| | |||||
* | 3124 | Kartik K. Agaram | 2016-07-22 | 1 | -21/+28 |
| | | | | | Reorganize data structure for lambda cells. Create our first real unit test for the compiler in the process. | ||||
* | 3121 - very preliminary spike on a compiler | Kartik K. Agaram | 2016-07-22 | 1 | -0/+60 |
Nothing runs yet. Just spewing out code at this point, as a kind of sketching. |