Utilities for parsing
OperationsCommand line parser
function : CommandParameters(args:String[]) ~ Hash<String,String>
Name | Type | Description |
---|---|---|
args | String[] | command line arguments |
Type | Description |
---|---|
Hash<String,String> | name/value pairs |
Simple tokenizer
function : Tokenize(stream_in:String) ~ Vector<String>
Name | Type | Description |
---|---|---|
stream_in | String | source input |
Type | Description |
---|---|
Vector<String> | vector of string tokens |