4.5 compiler documentation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

4.5 compiler documentation

Trygve
I've hacked the Squeak 3.10.2 compiler to add some special variables and
method calls. For some unknown reason, it works as intended.
The 4.5 compiler is clearly different, and my hacks do not work.

Is there any documentation for the 4.5 compiler that could help me?
--Trygve

Reply | Threaded
Open this post in threaded view
|

Re: 4.5 compiler documentation

Eliot Miranda-2
Hi Trygve,

Eliot (phone)

On Nov 28, 2014, at 11:38 AM, Trygve Reenskaug <[hidden email]> wrote:

> I've hacked the Squeak 3.10.2 compiler to add some special variables and method calls. For some unknown reason, it works as intended.
> The 4.5 compiler is clearly different, and my hacks do not work.
>
> Is there any documentation for the 4.5 compiler that could help me?

There are three blog posts in my site about the closure compiler (www.mirandabanda.org).  But they're definitely on the internal side.

At least at the parsing level the compiler has been evolved by a number of people, and is essentially similar to 3.10.  Could you give an overview of your changes?  That will hopefully help in concocting a helpful response.


> --Trygve
>