Compilers RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Translating OO program to procedural program

    "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...

    0 answers | 1041 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Translating OO program to procedural program

    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...

    0 answers | 2811 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Translating OO program to procedural program

    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...

    0 answers | 3139 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Translating OO program to procedural program

    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...

    0 answers | 1599 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Translating OO program to procedural program

    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...

    0 answers | 1165 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Translating OO program to procedural program

    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...

    0 answers | 2058 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Translating OO program to procedural program

    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...

    0 answers | 801 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Translating OO program to procedural program

    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...

    0 answers | 1103 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Translating OO program to procedural program

    "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...

    0 answers | 1546 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Reduce/Reduce conflict in Algol60 grammar

    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...

    9 answers | 2158 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • The $ in predictive parsing tables

    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...

    1 answers | 219 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Mixing mmix and C code?

    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]...

    6 answers | 339 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "Compilers"
EMSDN.COM