rascal icon indicating copy to clipboard operation
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)

Results 374 rascal issues
Sort by recently updated
recently updated
newest added

This PR introduces: - a new implementation of the watch feature that on OSX used the native APIs that avoid the current JDK polling - fixes a range of bugs...

**Describe the bug** The `executorSmokeTest` contains a number of `assert` statements that might fail during a test: ``` error: executorSmokeTest @ |file:///Users/jurgenv/git/rascal/src/org/rascalmpl/tutor/lang/rascal/tutor/repl/TutorCommandExecutor.rsc|(1227,878,,) Test lang::rascal::tutor::repl::TutorCommandExecutor::executorSmokeTest failed due to test threw unexpected...

bug

Changes the semantics related to sequences and alternatives. These now both support the case where they are empty. This should resolve issue #2213 .

Parse error recovery was added to Rascal in PR https://github.com/usethesource/rascal/pull/2038. When parsing with `allowRecovery=true`, the resulting parse trees can contain error and skipped nodes. Working with error trees at the...

**Is your feature request related to a problem? Please describe.** YAML is both a serialization format and a hand-written data language. Current support in Rascal for YAML only treats it...

enhancement

Here `type` is highlighted inside of the string literal.

**Describe the bug** The REPL should still work if not started in the context of a Rascal project. Currently if I start the REPL in my home folder, the prompt...

bug