2021-03-12 15:57 | Workflow environment -> env. | knutsen | 1 | +2 | -2 |
2021-03-12 15:52 | Build GUI too for Actions | knutsen | 1 | +6 | -3 |
2021-03-12 15:20 | Set ACCEPT_EULA=Y for CI. | knutsen | 1 | +1 | -0 |
2021-03-12 15:14 | Update CI to readline8. | knutsen | 1 | +4 | -1 |
2021-03-12 15:02 | Begin work for basic (gtk) GUI. | knutsen | 12 | +476 | -56 |
2020-08-17 00:37 | Ability to cancel execution. | Demonstrandum | 7 | +107 | -46 |
2020-06-29 16:36 | God I hate Ubuntu. | Demonstrandum | 1 | +12 | -11 |
2020-06-29 16:29 | Add links to cflags. | Demonstrandum | 1 | +3 | -2 |
2020-06-29 16:22 | Try using dev again... | Demonstrandum | 1 | +1 | -1 |
2020-06-29 16:18 | Don't use dev. | Demonstrandum | 1 | +1 | -1 |
2020-06-29 16:16 | Use readline7 | Demonstrandum | 1 | +1 | -1 |
2020-06-29 16:12 | Sudo in CI | Demonstrandum | 1 | +1 | -1 |
2020-06-29 16:10 | Fix c.yml | Demonstrandum | 2 | +4 | -2 |
2020-06-29 16:00 | Create c.yml | Fredrik | 1 | +17 | -0 |
2020-06-29 15:52 | Fix factorial fiasco. | Demonstrandum | 4 | +38 | -39 |
2020-06-29 00:21 | Merge pull request #1 from Shiimoe/master | Fredrik | 2 | +34 | -8 |
2020-06-27 08:51 | Catch error on no right side of prefix operators | Demonstrandum | 1 | +6 | -0 |
2020-06-27 08:47 | Give sin a "prettier" (technically less accurate) output. | Demonstrandum | 1 | +14 | -3 |
2020-06-26 11:31 | Prevent some segfaults. | Demonstrandum | 4 | +16 | -3 |
2020-06-26 10:44 | Cover all ASCII special symbol characters as operators | Demonstrandum | 2 | +3 | -1 |
2020-06-26 10:38 | Update todo. | Demonstrandum | 2 | +7 | -4 |
2020-06-25 13:58 | Make juxtaposition right associative. | Demonstrandum | 1 | +7 | -1 |
2020-06-25 12:38 | Use floats to compute large factorials, add floor and ceil. | Demonstrandum | 5 | +44 | -10 |
2020-06-25 11:58 | Extend README | Demonstrandum | 1 | +5 | -3 |
2020-06-25 11:54 | Merge branch 'master' of github.com:Demonstrandum/crepl | Demonstrandum | 1 | +674 | -0 |
2020-06-25 11:52 | Added dynamically growable local variable store, added prelude file, define many more functions and constants, fix memeory bugs. | Demonstrandum | 15 | +311 | -168 |
2020-06-25 00:15 | Added functions 'sin' and 'factorial' | Demonstrandum | 7 | +160 | -19 |
2020-06-24 21:14 | Added implicit casting, local variable searching, and more operators. | Demonstrandum | 10 | +216 | -52 |
2020-06-24 16:34 | Correct type checking. | Demonstrandum | 2 | +11 | -4 |
2020-06-24 16:10 | Fix how functions are parsed. | Demonstrandum | 8 | +164 | -16 |
2020-06-24 11:54 | Added execution and addition capability | Demonstrandum | 8 | +241 | -7 |
2020-06-23 10:24 | Save and manage history. | Demonstrandum | 4 | +97 | -24 |
2020-06-23 07:55 | Parser, lexer and pretty printing working. | Demonstrandum | 14 | +843 | -0 |