Avatar of Misha
Misha
Flag for Russian Federation

asked on 

c# syntax analizer for custom programming language

Hello, experts!

I need some advice on syntax analizer for custom programming language.
I need parse string to get operators with operands in code expression.

For example, I have source string:

 a + b * (1.21 + method(param1, param2))

Open in new window


I need to create some code tree
tree.bmp
How best to do it ? I need C# code examples , no dlls or other libraryes.
ProgrammingC#

Avatar of undefined
Last Comment
Misha

8/22/2022 - Mon