aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* feat: add floor and not functionsHEADmasterdan2024-04-201-0/+8
* chore: remove unused MyLib.hs filedan2024-04-201-95/+0
* fix: REPL handles EOF properlydan2024-04-201-3/+11
* feat: serve elm app from server /dan2024-04-201-10/+1
* feat: new endpoints to eval expressions with and without table contextsdan2024-04-201-1/+11
* chore: don't use deprecated param and liftAndCatchIO functionsdan2024-04-201-9/+9
* feat: project also builds a "repl" executabledan2024-04-201-2/+7
* feat: can insert rows and eval expressions by APIdan2024-03-203-6/+28
* FloatVal, average, Context, evalTableExpression, return tables from apidan2021-04-213-42/+164
* Create RestService, with state and an eval endpointdan2021-04-172-10/+81
* (coerceTo $ StrVal 1) ::Maybe Bool -- still doesn't workdan2021-04-152-6/+104
* create generalised eFold function, use this to reimplement eSum and eAnydan2021-04-111-46/+40
* add eAny functiondan2021-04-111-6/+25
* refactor eSumdan2021-04-111-11/+5
* working eval with repldan2021-04-111-76/+23
* initdan2021-04-111-0/+144