chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] node types in chicken's core language


From: Peter Bex
Subject: Re: [Chicken-hackers] node types in chicken's core language
Date: Thu, 8 Aug 2013 16:50:41 +0200
User-agent: Mutt/1.4.2.3i

On Thu, Aug 08, 2013 at 10:21:04PM +0800, Xing Su wrote:
> oops! I found myself a mistake ...
> 
> Indeed, the CORE language only contains the node types specified
> in the wiki page compiler nodes <http://wiki.call-cc.org/compiler-nodes> 
> and does not contain those in
> compiler special forms <http://wiki.call-cc.org/compiler-special-forms>.
> 
> In the source code in batch-driver.scm, after canonicalization, scheme
> programs are translated to s-expressions which contain types in
> both category. But then these translated expressions are built into
> a node graph using BUILD-NODE-GRAPH procedure. After this, the
> program is represented by the CORE language and contains only
> CORE nodes.

Excellent, so it seems everything is just fine in the docs!

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]