#ifndef TOKENIZER_H
#define TOKENIZER_H
void tokenize(char *src);
void tokenize_with_location(char *src, const char *filename);
#endif