Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | minor style cleanup | Kartik Agaram | 2019-05-18 | 2 | -34/+17 | |
| | * | add a bounds check | Kartik Agaram | 2019-05-18 | 2 | -1/+38 | |
| | * | implement skip-string-in-slice and reimplement skip-string in terms of skip-s... | nc | 2019-05-18 | 1 | -37/+75 | |
| | * | implemented skip-string | nc | 2019-05-18 | 1 | -0/+51 | |
| | * | another failing test | Kartik Agaram | 2019-05-17 | 2 | -0/+90 | |
| | * | dquotes: failing tests for parsing string literals | Kartik Agaram | 2019-05-16 | 2 | -0/+284 | |
* | | | . | Kartik Agaram | 2019-07-03 | 3 | -248/+0 | |
* | | | . | Kartik Agaram | 2019-07-03 | 1 | -10/+6 | |
* | | | add todo for section thats not quite complete | nc | 2019-07-03 | 1 | -1/+1 | |
* | | | add is-label block | nc | 2019-07-03 | 2 | -3/+46 | |
* | | | updates to survey - part of compute-offsets implemented | nc | 2019-07-03 | 4 | -254/+393 | |
* | | | subx/survey: now computing label addresses | Kartik Agaram | 2019-07-02 | 2 | -47/+65 | |
* | | | . | Kartik Agaram | 2019-07-02 | 2 | -12/+31 | |
* | | | . | Kartik Agaram | 2019-07-02 | 2 | -5/+5 | |
* | | | . | Kartik Agaram | 2019-07-02 | 1 | -4/+8 | |
* | | | error in pseudocode for compute-offsets | Kartik Agaram | 2019-07-02 | 1 | -1/+3 | |
* | | | . | Kartik Agaram | 2019-07-01 | 2 | -33/+46 | |
* | | | . | Kartik Agaram | 2019-07-01 | 1 | -0/+27 | |
* | | | . | Kartik Agaram | 2019-07-01 | 2 | -0/+24 | |
* | | | . | Kartik Agaram | 2019-07-01 | 2 | -14/+15 | |
* | | | some primitives for emitting traces | Kartik Agaram | 2019-07-01 | 11 | -3/+479 | |
* | | | . | Kartik Agaram | 2019-07-01 | 9 | -0/+113 | |
* | | | unsigned comparison for addresses in more places | Kartik Agaram | 2019-07-01 | 20 | -33/+32 | |
* | | | . | Kartik Agaram | 2019-07-01 | 1 | -2/+2 | |
* | | | . | Kartik Agaram | 2019-07-01 | 1 | -2/+5 | |
* | | | . | Kartik Agaram | 2019-07-01 | 1 | -1/+3 | |
* | | | . | Kartik Agaram | 2019-07-01 | 1 | -7/+1 | |
* | | | . | Kartik Agaram | 2019-07-01 | 1 | -7/+2 | |
* | | | . | Kartik Agaram | 2019-07-01 | 2 | -3/+3 | |
* | | | . | Kartik Agaram | 2019-07-01 | 1 | -1/+1 | |
* | | | . | Kartik Agaram | 2019-07-01 | 1 | -3/+3 | |
* | | | add test data | nc | 2019-06-29 | 1 | -1/+10 | |
* | | | Implement is-label? | nc | 2019-06-29 | 1 | -0/+75 | |
* | | | . | Kartik Agaram | 2019-06-28 | 2 | -0/+3 | |
* | | | initial draft of solution for 'compute-addresses' | Kartik Agaram | 2019-06-28 | 6 | -15/+331 | |
* | | | . | Kartik Agaram | 2019-06-28 | 5 | -44/+44 | |
* | | | . | Kartik Agaram | 2019-06-28 | 7 | -0/+0 | |
* | | | . | Kartik Agaram | 2019-06-28 | 2 | -12/+155 | |
* | | | fix layout and some comments | Kartik Agaram | 2019-06-17 | 1 | -43/+76 | |
* | | | . | Kartik Agaram | 2019-06-17 | 1 | -160/+160 | |
* | | | . | Kartik Agaram | 2019-06-17 | 1 | -6/+6 | |
* | | | . | Kartik Agaram | 2019-06-17 | 1 | -13/+21 | |
* | | | fix two hangs in trace-scan | Kartik Agaram | 2019-06-17 | 1 | -6/+27 | |
* | | | move test data to bottom of file | Kartik Agaram | 2019-06-17 | 1 | -28/+30 | |
* | | | bugfix to opcode 8f; it requires subops | Kartik Agaram | 2019-06-17 | 1 | -2/+1 | |
* | | | support `CFLAGS=-g ./run_one_test.sh ...` | Kartik Agaram | 2019-06-17 | 1 | -2/+3 | |
* | | | . | Kartik Agaram | 2019-06-16 | 1 | -0/+1 | |
* | | | fix bug in skip-next-line | nc | 2019-06-15 | 1 | -1/+2 | |
* | | | implement next-line-matches? | nc | 2019-06-15 | 1 | -8/+133 | |
* | | | implement skip-next-line | nc | 2019-06-15 | 1 | -9/+88 |