



"moop" <samhng@gmail.comschrieb:I am working on a project translates programs to proceduralprograms, such as translating C++ to C and the like. I hope thiseffort can be spreaded out to other langs, so I am working on toabstract the common issues of doing so.That's the way Perl was made o...
moop wrote:I am working on a project translates programs to proceduralprograms, such as translating C++ to C and the like. I hope thiseffort can be spreaded out to other langs, so I am working on toabstract the common issues of doing so. I know there is a pinoneerattempt is C Front which produce...
moop wrote:Hi,I am working on a project translates programs to proceduralprograms, such as translating C++ to C and the like. I hope thiseffort can be spreaded out to other langs, so I am working on toabstract the common issues of doing so. I know there is a pinoneerattempt is C Front which prod...
moop wrote:I am working on a project translates programs to proceduralprograms, such as translating C++ to C and the like. I hope thiseffort can be spreaded out to other langs, so I am working on toabstract the common issues of doing so. I know there is a pinoneerattempt is C Front which produce...
moop wrote:I am working on a project translates programs to proceduralprograms, such as translating C++ to C and the like. I hope thiseffort can be spreaded out to other langs, so I am working on toabstract the common issues of doing so. I know there is a pinoneerattempt is C Front which produce...
10 2006 23:36:02 -0400, moop wrote:I am working on a project translates programs to proceduralprograms, such as translating C++ to C and the like. I hope thiseffort can be spreaded out to other langs, so I am working on toabstract the common issues of doing so. I know there is a pinoneerattempt...
moop wrote:My approach is just to rename the methods with the instance name sothat they can be placed in a single source file and then be compiledlater by the procedural lang compiler.This can get nasty with instances being created dynamically. I cancreate hundreds of instances at runtime, and y...
moop wrote:Hi,I am working on a project translates programs to proceduralprograms, such as translating C++ to C and the like. I hope thisHi:Are you going to support the entire C++ and translate it to ANSI Ceventually?If that's the case it will be useful as a substitute to EDG's C++ to...
"moop." <samhng@gmail.comwrites:I am working on a project translates programs to proceduralprograms, such as translating C++ to C and the like. I hope thiseffort can be spreaded out to other langs, so I am working on toabstract the common issues of doing so. I know there is a pinoneerattempt...
Hi folks :)As part of my current work I've been asked to find common conflicts thatoccur in grammars of some well known programming languages.As a start point, I've got the Algol60 revised report and typed thecorresponding grammar. I've faced a difficult reduce-reduce conflict int...
In predictive parsing tables there is often a column designated '$'. Ican't find any explanations for this column in my notes. Can someoneshed a light on what this means?-AR...
hello,I am intersted in the mmix language by Donald Knuth. Is there a wayto call to routine that I write in mmix from C, or is there an mmix toC converter?ThanksLuciano[I see that Knuth has an mmix interpreter written in C. Perhaps youcan modify that to make it a callable library. -John]...
