Open Hikari-desuyoo opened 1 year ago
This issue also involves making the parser work more like it's expected to work. For example: should actually be the same as wb a:'b:c' Also, any non-parseble input should raise an error instead of crashing the program/having unexpected behaviour.
wb a:'b:c'
Related links: https://github.com/Hikari-desuyoo/postwoman/wiki/Postwoman-syntax
Also this issue should make floats available as postwoman data values.
This issue also involves making the parser work more like it's expected to work. For example: should actually be the same as
wb a:'b:c'
Also, any non-parseble input should raise an error instead of crashing the program/having unexpected behaviour.