Message from discussion
model.mirah compile error
Received: by 10.42.159.9 with SMTP id j9mr1232654icx.6.1329630618482;
Sat, 18 Feb 2012 21:50:18 -0800 (PST)
X-BeenThere: mirah@googlegroups.com
Received: by 10.231.68.202 with SMTP id w10ls7463467ibi.7.gmail; Sat, 18 Feb
2012 21:50:17 -0800 (PST)
Received: by 10.43.117.132 with SMTP id fm4mr6398305icc.1.1329630617800;
Sat, 18 Feb 2012 21:50:17 -0800 (PST)
Received: by 10.50.203.103 with SMTP id kp7msigc;
Sat, 18 Feb 2012 18:20:53 -0800 (PST)
MIME-Version: 1.0
Received: by 10.52.35.82 with SMTP id f18mr1419387vdj.10.1329618053713; Sat,
18 Feb 2012 18:20:53 -0800 (PST)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
aras...@gmail.com designates internal as permitted sender)
smtp.mail=aras...@gmail.com; dkim=pass
header...@gmail.com
Received: by l16g2000vbl.googlegroups.com with HTTP; Sat, 18 Feb 2012 18:20:53
-0800 (PST)
Date: Sat, 18 Feb 2012 18:20:53 -0800 (PST)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0)
Gecko/20100101 Firefox/11.0,gzip(gfe)
Message-ID: <d29bd230-397d-40c3-bc56-316074ecb80c@l16g2000vbl.googlegroups.com>
Subject: model.mirah compile error
From: Arash <aras...@gmail.com>
To: The Mirah Programming Language <mirah@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Trying to compile mirah_model to make dubious work, after fixing the
Rakefile, I got this error:
mkdir -p dist
mkdir -p build
Compiling Duby sources
cd src
mirahc -d /Users/arash/prog/Source/mirah_model/build /Users/arash/prog/
Source/mirah_model/src
Parsing...
/Users/arash/prog/Source/mirah_model/src/meta_model.mirah
/Users/arash/prog/Source/mirah_model/src/model.mirah
Inferring types...
/Users/arash/prog/Source/mirah_model/src/model.mirah:149:
keys = Key[1]
^^^^^^^
rake aborted!
Can somone help me with this please.