How are you?
I have been looking around for information/tutorials on how to create a compiler written in java, and that compiles java code, or even compiles some other code (preferably C#) if that would be easier. I've searched for similar topics on this site, and found one that began very good, but it stopped in the middle of everything (Also, the topic is from 2005).
I do some programming in java and C# (Visual studio), but I'm not an advanced programmer yet.
So basically, what I want to do is to start of by creating a simple compiler that can read keywords like "for, else, if, =, ==" and so on. Nothing fancy since I don't have any idea where to start. Once I grasp this, I can keep building on it myself.
Thanks in advance
