RE: Compiler questions
- Posted by "Bernard W. Ryan" <xotron at bluefrognet.net> Nov 09, 2003
- 511 views
>I am about to start writing a compiler which I hope will be as easy to >use as Euphoria but generate executables that run at asm speed. >etc........... Mike: One has already been written entirely in Euphoria by Mic which compiles windows programs using assembler code. It can be downloaded at Mic's Web Site. http://www.cyd.liu.se/~micol972/site/nqar2.zip I don't know why Mic hasn't placed it in the Euphoria archive so everyone becomes familar with it and so we can vote him some Micro-Economy money for his hard work. The advantage of compiled assembly windows programs is small size and speed. The compiler is single pass and outputs an executable windows program. It uses Pete E. asm which Mic had updated to asm2 to generate the code. I'am working on adding Resource capabilities to it without using a linker. Maybe we can convince Mic to put the program in the archive so more users will see it and vote for it. Bernie