Parser is a class which relies on AmigaDOS ReadArgs() function to parse
strings.
This is a very smart approach to, for example, ARexx argument parsing and can
lead to great results and incredibly flexible implementations.
With Parser class you can use all standard AmigaDOS templates to parse a string.
|