Search code examples
What is the imperative model of Rascal?...

rascal

Read More
Does the Rascal unit testing framework has support for a test fixture?...

rascal

Read More
Why are the elements of a rascal set not ordered when printing?...

setrascal

Read More
Basic parse failure in Rascal MPL Basic Entity Modelling...

parsingcontext-free-grammarrascal

Read More
The meaning of * and + in syntax specification...

rascal

Read More
Types for pattern variables...

rascal

Read More
`syntax` declaration must come before `data` declaration?...

rascal

Read More
Are there constants for infinity?...

rascal

Read More
How to void name conflicts among modules in Rascal?...

rascal

Read More
Is there a `quote`-like facility a la Lisp in Rascal...

rascal

Read More
Is there any difference between `*x` and `x*`?...

rascal

Read More
Does Rascal do tail-call optimization?...

rascal

Read More
How do I navigate from a project uri in Rascal to the files it contains?...

rascal

Read More
Annotating a ADT/Node tree with "parent" labels in Rascal...

adtrascal

Read More
How do I define a generic (polymorphic) function in Rascal?...

rascal

Read More
What Rascal entities should be upper case?...

rascal

Read More
Is there a unit testing framework for Rascal?...

rascal

Read More
Error "Cannot find a constructor"...

rascal

Read More
What role does the "id" in variable(str name, int id) play?...

rascal

Read More
Rascal error when specifying grammar...

grammarrascal

Read More
Does my variable have an annotation?...

rascal

Read More
Debugging Rascal code...

rascal

Read More
In a visit expression, can the default be labeled like the cases?...

rascal

Read More
Why are static type errors in this example code only reported at run-time by Rascal?...

rascal

Read More
Why can't I use a map's value without having to use a temporary variable?...

rascal

Read More
Variable unknown when not initialized in the declaration...

rascal

Read More
BackNext