Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-25 | Debug graph readability improvements | Camil Staps | 1 | -20/+21 | |
2016-09-25 | Added acker and queens examples | Camil Staps | 2 | -0/+40 | |
2016-09-25 | Added code: add, eq, ge, gt, le, lt, ne | Camil Staps | 2 | -1/+104 | |
2016-09-25 | Various minor cleanups | Camil Staps | 5 | -8/+6 | |
2016-09-25 | Constant code names | Camil Staps | 2 | -1/+9 | |
2016-09-25 | Update documentation: graph rewriting, code names list | Camil Staps | 2 | -1/+22 | |
2016-09-25 | Cleanup: unsigned -> bool (stdbool.h) | Camil Staps | 7 | -21/+24 | |
2016-09-24 | Made parse_file implementation dependent | Camil Staps | 4 | -6/+7 | |
2016-09-24 | Remove unnecessary dependency | Camil Staps | 1 | -0/+3 | |
2016-09-24 | Remove strictness annotations from doc | Camil Staps | 1 | -1/+1 | |
2016-09-24 | Added examples | Camil Staps | 2 | -0/+28 | |
2016-09-24 | cleanup | Camil Staps | 1 | -17/+2 | |
2016-09-24 | Removed strictness | Camil Staps | 8 | -39/+6 | |
2016-09-24 | Fix memory leak with code | Camil Staps | 1 | -2/+6 | |
2016-09-24 | Colour internal nodes gray in dot output | Camil Staps | 1 | -5/+5 | |
2016-09-24 | cleanup | Camil Staps | 1 | -17/+13 | |
2016-09-24 | Added comments | Camil Staps | 2 | -2/+10 | |
2016-09-24 | Removed strictness paragraph from docs; doesn't apply anymore | Camil Staps | 1 | -49/+0 | |
2016-09-24 | Fix issue with overwritten references | Camil Staps | 4 | -43/+119 | |
2016-09-24 | Fix format strings | Camil Staps | 2 | -15/+21 | |
2016-09-24 | Fixed strictness annotations | Camil Staps | 1 | -10/+17 | |
2016-09-24 | Working graphs (?) | Camil Staps | 9 | -185/+246 | |
2016-08-30 | Fix one memory leak mentioned in #2; add debug dot graphs output | Camil Staps | 6 | -37/+122 | |
2016-08-29 | Fixed issue with twice | Camil Staps | 2 | -2/+5 | |
2016-08-29 | Currying arguments and Code applications | Camil Staps | 8 | -154/+322 | |
2016-08-29 | match EXPR_APP | Camil Staps | 1 | -0/+58 | |
2016-08-28 | Fix memory issues | Camil Staps | 2 | -24/+53 | |
2016-08-28 | Start graph-based approach | Camil Staps | 4 | -377/+171 | |
2016-08-28 | Added my_realloc | Camil Staps | 2 | -0/+10 | |
2016-08-28 | Temporary makefile change | Camil Staps | 1 | -1/+1 | |
2016-08-28 | Removed useless code | Camil Staps | 1 | -4/+1 | |
2016-08-28 | Adds an import construct; resolves #1 | Camil Staps | 8 | -30/+95 | |
2016-08-27 | fuspelc -> fuspel | Camil Staps | 3 | -3/+3 | |
2016-08-26 | Add examples to doc | Camil Staps | 4 | -1/+183 | |
2016-08-26 | Fix bug with names starting with a c | Camil Staps | 2 | -4/+4 | |
2016-08-26 | Added strictness example | Camil Staps | 1 | -0/+10 | |
2016-08-26 | Fix code; memory leaks | Camil Staps | 1 | -16/+35 | |
2016-08-26 | Added code_print | Camil Staps | 1 | -4/+17 | |
2016-08-26 | Added strictness annotations | Camil Staps | 7 | -15/+41 | |
2016-08-26 | Added eval_main | Camil Staps | 3 | -13/+24 | |
2016-08-26 | Added code construct to grammar | Camil Staps | 1 | -0/+1 | |
2016-08-26 | Added twice example | Camil Staps | 1 | -0/+3 | |
2016-08-26 | Linking C functions | Camil Staps | 11 | -8/+197 | |
2016-08-25 | Added tup example | Camil Staps | 1 | -0/+3 | |
2016-08-25 | Fix issue with trailing arguments | Camil Staps | 3 | -12/+69 | |
2016-08-25 | Added examples | Camil Staps | 2 | -0/+13 | |
2016-08-25 | Fix erroneous freeing | Camil Staps | 2 | -8/+2 | |
2016-08-25 | pedantic | Camil Staps | 17 | -41/+60 | |
2016-08-25 | Remove unnecessary includes | Camil Staps | 6 | -9/+2 | |
2016-08-25 | Use perror | Camil Staps | 5 | -41/+21 | |