-
Notifications
You must be signed in to change notification settings - Fork 78
Home
msteindorfer edited this page Jul 30, 2012
·
20 revisions
Welcome to the Rascal wiki!
Rascal is a domain specific programming language targeted at meta programming. Please visit http://www.rascal-mpl.org for details.
- Please use http://bugs.rascal-mpl.org for submitting bugs and feature requests
- Visit http://tutor.rascal-mpl.org for documentation
- Visit http://ask.rascal-mpl.org for questions
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 might move the core of Rascal to Eclipse.org/IMP 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>