Skip to content
jurgenvinju edited this page Nov 7, 2012 · 20 revisions

Welcome to the Rascal wiki!

Rascal users

Rascal is a domain specific programming language targeted at meta programming. Please visit http://www.rascal-mpl.org for details.

Developers

We have transferred our SVN repositories at CWI to GitHub on July 28th 2012. The Rascal core components and all of its extensions will reside here. Also, we will move the IMP components from eclipse.org to github soon as well.


For cloning the Rascal core in Eclipse, you can use the following project set:

<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
<provider id="org.eclipse.egit.core.GitProvider">
<project reference="1.0,https://github.com/cwi-swat/ambidexter.git,master,."/>
<project reference="1.0,https://github.com/cwi-swat/rascal.git,master,."/>
<project reference="1.0,https://github.com/cwi-swat/rascal-eclipse.git,master,."/>
<project reference="1.0,https://github.com/cwi-swat/rascal-shell.git,master,."/>
</provider>
</psf>