| Author |
smalltalk-based c interpreter?
|
|
| Alfred Pitchally 2004-06-03, 7:28 pm |
| Does anyone know of a C interpreter written in Smalltalk?
| |
| Ian Upright 2004-06-03, 7:28 pm |
| alfred_pitchally@hotmail.com (Alfred Pitchally) wrote:
>Does anyone know of a C interpreter written in Smalltalk?
No, but why not call out to a C interpreter written in C or C++?
Ian
---
http://www.upright.net/ian/
| |
| Alfred Pitchally 2004-06-04, 3:58 am |
| I would like to simulate the execution of the C program and
potentially cross-compile the code into Smalltalk code.
| |
| Alfred Pitchally 2004-06-07, 4:02 pm |
| The next best thing would be a C language parser. Does anyone know of
one written in Smalltalk?
Thanks for your help!
Al
| |
| Udo Schneider 2004-06-07, 8:57 pm |
| Al,
the SmaCC distribution contains a sample C parser.
CU,
Udo
Alfred Pitchally wrote:
> The next best thing would be a C language parser. Does anyone know of
> one written in Smalltalk?
>
> Thanks for your help!
>
> Al
|
|
|
|