#include "aftypes.h" #include #include "afutils.h" #ifndef PARSER #define PARSER vector af_parse( string code ); bool isDigitOrDot( char chr ); bool isValidIdSymbol( char chr ); vector getValidOps(); vector getKeywords(); bool isKeyword( string id ); bool isValidOp( string op ); #endif