crepl

An intuitive calculator REPL.
git clone git://git.knutsen.co/crepl
Log | Files | Refs | README | LICENSE

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