Related articles |
---|
Need help with creating a compiler under Delphi Francis.Laplace@wanadoo.fr (Colin LAPLACE) (1998-11-01) |
From: | "Colin LAPLACE" <Francis.Laplace@wanadoo.fr> |
Newsgroups: | comp.compilers |
Date: | 1 Nov 1998 11:48:48 -0500 |
Organization: | BLOODSHED SOFTWARE |
Keywords: | Basic, question, comment |
I'm currently creating a new language which is for the moment
interpreted by a virtual machine in Delphi. I would like to have it
compiled into an executable file. How to do that ? This project is
available at http://www.bloodshed.nu/camel/
Thanks in advance,
Colin Laplace
[Probably the easiest thing is to compile it into more Delphi Basic,
then run it through the compiler. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.