kArguments

by Keeth
Text argument parsing. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Keeth.kArguments##version=7

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Keeth.kArguments##version=7

64 downloads
Version 1.03
Date added: Aug 4 2011
Last updated: Jul 15 2012
1 fan
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.