1 2 3 4 5 6 7 8
internal token * tokenize(string8 buffer) { // TODO(nasr): tokenize the user input return NULL; }