Click here to Skip to main content
15,920,633 members
Please Sign up or sign in to vote.
3.29/5 (3 votes)
Can anyone show me some tutorials about creating a little compiler and creating my own very tiny programming languaje... i want one tutorial that actually works, because i was looking to some bad tutorials that where unfinished and things like thats.... if anyone knows about some good tutorials

Thanks a Lot
Posted
Comments
Sergey Alexandrovich Kryukov 5-May-11 22:34pm    
One big question is: do you want to make a compiler for .NET, Java machine or some native CPU architecture? What do you want to have for code generation? This is a really big difference: for .NET this is much more easy; I guess for Java machine, too.
--SA
Abhinav S 5-May-11 22:34pm    
I provided a link to him anyway.
Sergey Alexandrovich Kryukov 5-May-11 23:07pm    
Which link do you mean? On .NET code generation?
--SA

you can use LLVM to make your own compiler
go
here
 
Share this answer
 
You might want to start from here.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 5-May-11 22:31pm    
Looks like a pretty interesting book. The fact that it is written in Pascal would make it easy to read for both Delphi and C# developers. My 5.
--SA
Abhinav S 5-May-11 22:34pm    
Thank you SA. And welcome back :).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900