kArguments

by Keeth
Text argument parsing.
ID:195259
 
This library is meant to parse text arguments, like command line arguments. The main idea I had in mind when writing this was to act like a MUD's command interpreting.

The partial documentation can be found here and within the library.



r1

  • Fixed referenced to kText that have been deprecated (ASCII shortcuts).

r2

  • Rewrote the code, mostly.
  • Included some basic documentation.

r3

  • Bug when setting a handler's text to a string that starts or ends with whitespace. It simply didn't set the string, due to how I was writing the whitespace trimmer.