mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-01 14:34:05 -05:00
17 lines
353 B
JSON
Executable File
17 lines
353 B
JSON
Executable File
{
|
|
"key": "tokenizer",
|
|
"name": "Tokenizer",
|
|
"authors": [
|
|
"John Bandela"
|
|
],
|
|
"description": "Break of a string or other character sequence into a series of tokens.",
|
|
"category": [
|
|
"Iterators",
|
|
"String"
|
|
],
|
|
"maintainers": [
|
|
"John R. Bandela <jbandela -at- ufl.edu>"
|
|
],
|
|
"cxxstd": "03"
|
|
}
|