I have a simple \"language\" that I\'m using Flex(Lexical Analyzer), it\'s like this:
/* Just like UNIX wc */ %{ int chars = 0; int words = 0; int lines = 0;
int yywrap(){return(1);}
use this code at the end of the program..Simple