Peter H. Kosel wrote:

>> Don't worry if it seems alien to you. I'll try to build a simple hypertalk
>> analyser (just to verify the syntax) with theses tools.
>> I just need some time...
> 
> My impression is that the Flex/Bison tools are OK for translating a
> language to C++,

Neither flex nor bison translate a parsed grammar to C[++].

> but some extra work will need to be done to use them to
> construct an interpreter.  I think scripts in Hypertalk need to be
> translated from pseudoalgebric form to something more closely resembling
> RPN so execution can proceed in a straightforward manner.

I certainly wouldn't pick RPN, although it would work. I combined a 
compiler, assembler, and emulator together the make the barely funcation 
Interpreter.


_______________________________________________
Freecard-general mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/freecard-general

Reply via email to