Skip to content
PaulKlint edited this page Dec 9, 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 reside here. Also, we have moved the IMP components from eclipse.org to github 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>