Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-10-14 | token_list using an array for memory efficiency | Camil Staps | 1 | -9/+7 |
2016-10-12 | Make debug graphs a command line option (-g) | Camil Staps | 1 | -3/+12 |
2016-10-07 | Cleanup (resolves #9) | Camil Staps | 1 | -37/+37 |
2016-10-07 | Resolve #12, don't show code keyword in debug graph | Camil Staps | 1 | -30/+13 |
2016-10-06 | Adds a trace code | Camil Staps | 1 | -2/+0 |
2016-09-25 | Constant code names | Camil Staps | 1 | -1/+6 |
2016-09-25 | Cleanup: unsigned -> bool (stdbool.h) | Camil Staps | 1 | -5/+6 |
2016-09-24 | cleanup | Camil Staps | 1 | -17/+2 |
2016-09-24 | Removed strictness | Camil Staps | 1 | -15/+6 |
2016-09-24 | cleanup | Camil Staps | 1 | -17/+13 |
2016-09-24 | Fix issue with overwritten references | Camil Staps | 1 | -33/+61 |
2016-09-24 | Fixed strictness annotations | Camil Staps | 1 | -10/+17 |
2016-09-24 | Working graphs (?) | Camil Staps | 1 | -113/+139 |
2016-08-30 | Fix one memory leak mentioned in #2; add debug dot graphs output | Camil Staps | 1 | -30/+46 |
2016-08-29 | Fixed issue with twice | Camil Staps | 1 | -1/+4 |
2016-08-29 | Currying arguments and Code applications | Camil Staps | 1 | -114/+119 |
2016-08-29 | match EXPR_APP | Camil Staps | 1 | -0/+58 |
2016-08-28 | Fix memory issues | Camil Staps | 1 | -24/+51 |
2016-08-28 | Start graph-based approach | Camil Staps | 1 | -349/+171 |
2016-08-28 | Removed useless code | Camil Staps | 1 | -4/+1 |
2016-08-26 | Fix code; memory leaks | Camil Staps | 1 | -16/+35 |
2016-08-26 | Added strictness annotations | Camil Staps | 1 | -14/+22 |
2016-08-26 | Added eval_main | Camil Staps | 1 | -0/+14 |
2016-08-26 | Linking C functions | Camil Staps | 1 | -0/+77 |
2016-08-25 | Fix issue with trailing arguments | Camil Staps | 1 | -12/+59 |
2016-08-25 | Fix erroneous freeing | Camil Staps | 1 | -7/+1 |
2016-08-25 | pedantic | Camil Staps | 1 | -0/+258 |