First of all, I need a programming language for the interaction between the code and my application environment and my goal. I wrote something like interpreters that simply know if , void and function , variables with their areas and, of course, call built-in functions that all of them work fine. But now I am stuck on some parts and understand that I cannot continue just simple parsing of the text, and there are many things that I cannot do.
So, for this I was looking for this topic, and I got Creating a programming language using C # . It was perfect, but I have two problems.
- I do not understand this.
- It generates console codes, but I want to use them in winapps.
In short, does anyone know how I can make my own language without taking courses like lexer, thinking ...
Thanks.
c # programming-languages
Mahangm
source share