"Flex " is a tool used in compilers to generate Scanner which is a lexical analyzer , i.e it takes your source code and convert it into tokens , where token is composed of token type and value
like for x , it will produce identifier , x .
it is composed of three specifications
a header fie, a cpp file , and source code
I dont know how to use this in codeblocks ?? do I have to download this Flex ?
someone please help
like for x , it will produce identifier , x .
it is composed of three specifications
a header fie, a cpp file , and source code
I dont know how to use this in codeblocks ?? do I have to download this Flex ?
someone please help