Hello !
I've been building a simple designer which accepts source code in c and parses c keywords to display appropriate symbols.
I've finished designing all the shapes.
I've got a textbox to accept input. I would like to parse the entered c code.
How would I parse a C code in C#? What would be a simple way to check for the keywords in the textbox and parse them?
How should I do it? Any suggestion would be helpful.
Thanks !