- Changes in Paxter language Specification
- `PaxterMacro` now allows options just like `PaxterFunc`
- For each key-value pair in an option list,
the key part now becomes optional in place of the value part.
Therefore, the option list of the form `[1,"2",v3,k4=4,k5="5",k6=v6]`
is a valid Paxter language syntax
(formerly, the first two key-value pairs were unacceptable).
- New utility decorators in Simple Snake:
`with_env`, `with_node`, and `DefinitionSet`.
- Way better unit test coverages and docstrings