Re: [Pharo-users] Understanding Slang for building a compiler to C++

2016-03-04 Thread Dimitris Chloupis
Thanks guys for the pointers, Clement I dont care about the VM my goal is not something like Slang but rather something that I will take a small piece of code in pharo lets say a few classes and convert it to C++ code that is human readable. But Esteban recommended to take a look at Slang anyway fo

Re: [Pharo-users] Understanding Slang for building a compiler to C++

2016-03-04 Thread Bernardo Ezequiel Contreras
Hi Dimitris, Pavel has extracted the code generator in this project http://smalltalkhub.com/#!/~PavelKrivanek/CCodeGenerator On Fri, Mar 4, 2016 at 9:06 AM, Dimitris Chloupis wrote: > Hey pharo experts I am interesting into studying how Slang works for > making a compiler that takes pharo cod

[Pharo-users] Understanding Slang for building a compiler to C++

2016-03-04 Thread Dimitris Chloupis
Hey pharo experts I am interesting into studying how Slang works for making a compiler that takes pharo code and turns it to C++ code, my questions is where to find Slang , how to extract the code that compiles Slang to C and study it as an example for making my own compiler for C++.