Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
2016-08-25 | Fixed overwriting errors | Camil Staps | 6 | -91/+143 |
2016-08-25 | Move memory allocation to separate module | Camil Staps | 10 | -119/+108 |
2016-08-25 | Fix memory leaks | Camil Staps | 6 | -11/+46 |
2016-08-25 | eval_rnf, lazy matching | Camil Staps | 2 | -6/+65 |
2016-08-25 | Initial commit | Camil Staps | 21 | -0/+1079 |