guile-devel
[Top][All Lists]
Advanced

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

[PATCH] Fix Ecmascript's tree-il compiling


From: Nala Ginrut
Subject: [PATCH] Fix Ecmascript's tree-il compiling
Date: Sun, 29 Apr 2012 15:40:20 +0800

Our inner Ecmascript(also named Javascript for a historical reason)
has broken for a long time since tree-il has been updated.
When I try to implement a small language with Guile, I found that
current parse-tree-il doesn't need a list as its arg anymore.
And I changed the same line in
language/ecmascript/compile-tree-il.scm, then it works again!
No matter how many people interested in the inner ecmascript there be,
I like it and I wish it enhance more.
Anyway, multi-language is an interesting feature for Guile.

Here's the patch.

Attachment: 0001-Fix-ecmascript-compile-tree-il.patch
Description: Binary data


reply via email to

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