Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: serve elm app from server / | dan | 2024-04-20 | 1 | -10/+1 |
* | feat: new endpoints to eval expressions with and without table contexts | dan | 2024-04-20 | 1 | -1/+11 |
* | chore: don't use deprecated param and liftAndCatchIO functions | dan | 2024-04-20 | 1 | -9/+9 |
* | feat: project also builds a "repl" executable | dan | 2024-04-20 | 1 | -2/+7 |
* | feat: can insert rows and eval expressions by API | dan | 2024-03-20 | 3 | -6/+28 |
* | FloatVal, average, Context, evalTableExpression, return tables from api | dan | 2021-04-21 | 3 | -42/+164 |
* | Create RestService, with state and an eval endpoint | dan | 2021-04-17 | 2 | -10/+81 |
* | (coerceTo $ StrVal 1) ::Maybe Bool -- still doesn't work | dan | 2021-04-15 | 2 | -6/+104 |
* | create generalised eFold function, use this to reimplement eSum and eAny | dan | 2021-04-11 | 1 | -46/+40 |
* | add eAny function | dan | 2021-04-11 | 1 | -6/+25 |
* | refactor eSum | dan | 2021-04-11 | 1 | -11/+5 |
* | working eval with repl | dan | 2021-04-11 | 1 | -76/+23 |
* | init | dan | 2021-04-11 | 1 | -0/+144 |