rascal
rascal copied to clipboard
The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
**Is your feature request related to a problem? Please describe.** If I write a recursive function over `Tree`, with case distinction over `appl`, `amb`, `char` and `cycle` then I _must_...
#2079 triggered this. ``` lexical StringCharacter = "\\" [\" \' \< \> \\ b f n r t] | UnicodeEscape | ![\" \' \< \> \\] | [\n][\ \t \u00A0...
**Is your feature request related to a problem? Please describe.** Because we can't declare the names and types in function types, only on the type signatures of function definitions, the...
**Describe the bug** In some cases, the `|srcs|` component in the pathConfig of a project/REPL changes to just `src/` instead of `src/main/rascal`, which is the `|srcs|` value when a new...