P-code interpreter

  • Follow


Hi

Does anyone know if there is already some valid interpreter of P-code
(intermediate language for UCSD Pascal) written in C# ?

Best regards,
Roman

0
Reply Roma.Sokolov (2) 1/21/2007 3:44:06 PM

<Roma.Sokolov@gmail.com> wrote in message 
news:1169394246.692014.308130@v45g2000cwv.googlegroups.com...
>
> Does anyone know if there is already some valid interpreter of P-code
> (intermediate language for UCSD Pascal) written in C# ?
>

I don't know of an existing P-Code interpreter written in C# but I'm 
interested to know why you are asking.

I also have some questions:

Does it have to be written in C# or are you just looking for a P-Code 
interpreter that runs on .NET?

Does it have to be the UCSD implementation of the P-code interpreter or 
would the ETH P4 version of the P-code interpreter be sufficient? (Maybe 
they are the same anyway?). For more info about P4 see:

http://homepages.cwi.nl/~steven/pascal/book/pascalimplementation.html

--
Chris Burrows
CFB Software
http://www.cfbsoftware.com/gpcp 


0
Reply Chris 1/22/2007 12:01:22 AM


Chris Burrows a =E9crit :
> <Roma.Sokolov@gmail.com> wrote in message
> news:1169394246.692014.308130@v45g2000cwv.googlegroups.com...
> >
> > Does anyone know if there is already some valid interpreter of P-code
> > (intermediate language for UCSD Pascal) written in C# ?
> >
>
> I don't know of an existing P-Code interpreter written in C# but I'm
> interested to know why you are asking.
>
> I also have some questions:
>
> Does it have to be written in C# or are you just looking for a P-Code
> interpreter that runs on .NET?
>
> Does it have to be the UCSD implementation of the P-code interpreter or
> would the ETH P4 version of the P-code interpreter be sufficient? (Maybe
> they are the same anyway?). For more info about P4 see:
>
> http://homepages.cwi.nl/~steven/pascal/book/pascalimplementation.html
>
> --
> Chris Burrows
> CFB Software
> http://www.cfbsoftware.com/gpcp

First, this is for educational purposes.

Second, yes, that should be C#, but if there is anyone else written in
other language on .net, then it`s ok too.

Third, I`d known about that link you gave, the exact version of p-code
to interprete is described there, I suppose it is UCSD version.

0
Reply Roma 1/22/2007 4:24:38 AM

2 Replies
326 Views

(page loaded in 0.079 seconds)

Similiar Articles:













7/15/2012 8:39:30 AM


Reply: