New programming languages

Moderators: None (Apply to moderate this forum)
Number of threads: 111
Number of posts: 329

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Compiler creation Posted by Dr.Mobius on 24 Jan 2003 at 6:12 AM
Do you ever try to create compiler for some language, some machine? I have to make one. I want to create machine independent pl but it is not easy. I realize that I have to create common machine code compiler but it is complicated? Do anybody have some experience with this?
Thanks for all answerback
Report
Re: Compiler creation Posted by brain_inside on 17 Apr 2003 at 12:37 PM
: Do you ever try to create compiler for some language, some machine? I have to make one. I want to create machine independent pl but it is not easy. I realize that I have to create common machine code compiler but it is complicated? Do anybody have some experience with this?
: Thanks for all answerback
:

There is no such thing as "common machine code".
Perhaps what you mean is intermediate code which can then be turned into real machine code by some other program or interpreted like in Java?

Somewhere I have found an excellent tutorial on this subject, called "Lets Build A Compiler". I don't know where it was but it would certainly help you.
Report
Re: Compiler creation Posted by Dr.Mobius on 18 Apr 2003 at 9:13 AM
Yes, I was thinking intermediate code or P-code or Byte code. This is necessary to meke machine independent OS.
I finde one tutorial like this too(maybe the same) and I am studing this now but I havent enough time.

Thank you for replay.
Dr.Mobius

Report
Re: Compiler creation Posted by Cryoburner on 7 Jun 2003 at 3:01 AM
: Yes, I was thinking intermediate code or P-code or Byte code. This is necessary to meke machine independent OS.
: I finde one tutorial like this too(maybe the same) and I am studing this now but I havent enough time.
:
: Thank you for replay.
: Dr.Mobius
:
:
You might find the thread I just posted about L.IN.O.L.E.U.M. in this same forum interesting. It is built around complete abstraction from the physical system, and uses a tiny runtime module implanted directly into the executable file to allow software to communicate with just about any type of system, once RTMs are created for them. The author of it, Alessandro Ghignola (otherwise known as Alex, around the site), would most likely be happy to explain details of how it works to you, if you post in the forum...

http://www.anywherebb.com/postline/fixchat.html

-Cryoburner



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.