Skip to content

Commit

Permalink
different symbol for lists
Browse files Browse the repository at this point in the history
  • Loading branch information
patritzenfeld committed Oct 11, 2024
1 parent e1ac203 commit 8cea96b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Directory `tasks` includes a collection of sample tasks and a test script.
### flex-task

Supplies both a way to run tasks, as well as utilities to simplify the creation of said tasks.
- `FlexTask.Types` defines task configurations and instances.
- `FlexTask.Interpreter` contains functions to evaluate such tasks at runtime.
- The remaining modules implement various utility functions and automations for creating tasks, for example:
- `FlexTask.Generic.Form` provides generic, composable input forms for most data types.
- `FlexTask.Generic.Parse` does the same for generic parsers.
* `FlexTask.Types` defines task configurations and instances.
* `FlexTask.Interpreter` contains functions to evaluate such tasks at runtime.
* The remaining modules implement various utility functions and automations for creating tasks, for example:
** `FlexTask.Generic.Form` provides generic, composable input forms for most data types.
** `FlexTask.Generic.Parse` does the same for generic parsers.

### flex-task-processing

Expand Down

0 comments on commit 8cea96b

Please sign in to comment.