Skip to content
jurgenvinju edited this page Jul 28, 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. At least for now, the Rascal core components and all of its extensions will reside here. Please note that we will might the core of Rascal to Eclipse.org soon, and leave experimental extensions here.


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>