v2025.6.2
All Bundles
Parser
Utilities for parsing
Operations
CommandParameters
Command line parser
function : CommandParameters(args:String[]) ~ Hash<String,String>
Parameters
Name | Type | Description |
---|
args | String | command line arguments |
Return
Tokenize
Simple tokenizer
function : Tokenize(stream_in:String) ~ Vector<String>
Parameters
Name | Type | Description |
---|
stream_in | String | source input |
Return