hexus / pragma

Declarative form builder
3 stars 1 forks source link

Expression parsing #3

Open hexus opened 6 years ago

hexus commented 6 years ago

Tasks

Expression candidates

JSON query candidates

hexus commented 5 years ago

Expression parsing is in. :+1: expr-eval is awesome.

JSON querying might be a step to far for a project like this, but it could be provided to expressions as contextual function.

hexus commented 5 years ago

It would also be great to allow expressions for field properties other than the value.

This could be tricky though, because some field properties can be strings and we want this to be consistent without bloating form definitions.

hexus commented 4 years ago

Update to 2.x; array indexing!

https://github.com/silentmatt/expr-eval/blob/4aaff4f/CHANGELOG.md#202---2019-09-28