aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat: add floor and not functionsHEADmasterdan2024-04-201-0/+8
* Merge branch 'master' of github.com:DanielRHolland/bizexpdan2024-04-200-0/+0
|\
| * chore: remove unused MyLib.hs filedan2024-04-201-95/+0
* | chore: exclude generated html from gh code statsdan2024-04-201-1/+1
* | chore: remove unused MyLib.hs filedan2024-04-201-95/+0
|/
* chore: exclude generated html from gh code statsdan2024-04-201-0/+1
* docs: add readmedan2024-04-201-0/+32
* fix: REPL handles EOF properlydan2024-04-201-3/+11
* chore: include built elm app in gitdan2024-04-201-0/+6365
* 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-203-6/+30
* chore: update to use cabal 3.4 and base ^>=4.19.1.0dan2024-04-201-4/+6
* feat: can insert rows and eval expressions by APIdan2024-03-204-6/+28
* fix: change getTable http call from client to not call dummydan2024-03-206-1/+1
* add elm-clientdan2021-04-213-0/+122
* FloatVal, average, Context, evalTableExpression, return tables from apidan2021-04-213-42/+164
* Create RestService, with state and an eval endpointdan2021-04-174-15/+94
* (coerceTo $ StrVal 1) ::Maybe Bool -- still doesn't workdan2021-04-154-11/+107
* 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-115-0/+207