org.rascalmpl.drambiguity
This is the documentation for version 0.3.10 of org.rascalmpl.drambiguity.
- API documentation
- Doc
- Stackoverflow questions
- Release notes
- Open-source license
- How to cite this software
- Funding sources sources.
Installation
To use org.rascalmpl.drambiguity in a maven-based Rascal project, include the following dependency in the pom.xml file:
<dependencies>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>drambiguity</artifactId>
<version>0.3.10</version>
</dependency>
</dependencies>