Re: Translator and ANSI C
- Posted by Greg Haberek <ghaberek at gmail.com> Nov 26, 2004
- 562 views
> Think of the "C" that the translator outputs as an > intermediate language, not as a standard language. > Rob might have chosen a p-code or an assembly language, > and they aren't standard either. The end result is > compiled machine instructions and if his choice of > compiler was good the final exe can be pretty spiffy. We have an assembler written in Euphoria right? Why don't we just skip all this C mumbo-jumbo and translate drictly to Assembly and into machine code? (Oh, wait, that would be a compiler, nevermind...) ~Greg