i am using flex as lexical analyzer and bison as parser generator , but the result of both is
console window and i want to have a gui (like ide) for it
so how to do that .
thanks
i am using flex as lexical analyzer and bison as parser generator , but
Share
Don’t. Leave the compiler as a command line application and instead teach some existing IDE about how to call it and parse its output.