13:46 < Learath2> is there a tokenizer somewhere in the tw source? 13:47 < bridge> [teeworlds] there are tokens being generated. 13:48 < bridge> [teeworlds] oh. now I see what a tokenizer is ._. I'm dumb 13:52 < bridge> [teeworlds] I don't recall seeing one 13:52 < bridge> [teeworlds] system.c needs one :'( 22:39 < bridge> [teeworlds] theoretically the splitting of strings by whitespaces is a form of tokenization 22:39 < bridge> [teeworlds] so in python `"I am assa".split(" ")` -> the split funktion is a tokenizer, but a bad one 23:28 < bridge> [teeworlds] does the c++ standard library provide such simple functionality? 23:28 < bridge> [teeworlds] 😮 23:29 < bridge> [teeworlds] ina simple way 23:33 < bridge> [teeworlds] boost does 23:45 < bridge> [teeworlds] oof, external dependencies 23:45 < bridge> [teeworlds] basically defining 20 template parameters to split a string 😄 23:45 < bridge> [teeworlds] boost classic 23:46 < bridge> [teeworlds] just use streams I guess 23:46 < bridge> [teeworlds] hm hm 23:46 < bridge> [teeworlds] ss std::stringstream classic 😮 23:55 < rand> it's time for strtok