2
I’m creating a small text editor that has C#code. There is some way inside the program itself, independently, to check if the syntax is correct?
Note: I am not using C# to do the text editor. I am only after a syntax algorithm. It can be in any language, it is easy to convert.
My goal is not to find a library that does everything, but an open algorithm. It seems to me that something related to BNF can help me.
Will the editor handle C#code? It needs to check C syntax#?
– Maniero
Yes that’s right, just C# .
– Rodrigo Santiago
After this edition it seems that the question got worse. It is very confusing what you want. Maybe what you want doesn’t exist. Maybe it doesn’t even make sense. Try to clarify.
– Maniero