Dne pondÄlà 15. záÅà 2014 phil@highoctane.be <phil@highoctane.be> napsal(a):
Slang has been externalized by Pavel. So, Smalltalk to C works.
Works nicely, even if there were a few glitches (like code generated twice at one point). Nothing unfixable, I got the beast working.
Allows for things like: write Slang, generate C, compile into DLL, load DLL, run C code. All in a single shot.
PavelKrivanek/CCodeGenerator on SmalltalkHub (which looks like super slow/zombified).
Phil
I hope only super slow :-) I simply have no time for this project now. Help is welcome. -- Pavel
On Mon, Sep 15, 2014 at 11:28 AM, Santiago Bragagnolo < santiagobragagnolo@gmail.com <javascript:_e(%7B%7D,'cvml','santiagobragagnolo@gmail.com');>> wrote:
I may be wrong, but I think the closest thing out there is Slang. Is the pseudo smalltalk used to develop the VM.
Also there is a project for generating C for arduino, (a project related with EToys), but i am not sure about how complete is.
2014-09-15 11:04 GMT+02:00 kilon alios <kilon.alios@gmail.com <javascript:_e(%7B%7D,'cvml','kilon.alios@gmail.com');>>:
Is there a way to convert code from pharo to c or c++ ? Does pettit parser or other parsers offer such support ?