#ifndef TOKENIZER_H #define TOKENIZER_H #include #include #include #include "list.h" char* SplitOnBasicGrammar(char*); #endif