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)
**Describe the bug** It should at least be able to write back what `readXML` can read. * there are XMLreader and XMLwriter classes in vallang that we do not use....
**Describe the bug** See title. Reproduce by any trigger that triggers a build of the rascal_compiler incremental builder and try to cancel it using the `[]` stop button of the...
**Describe the bug** ``` data Symbol = \int(); data Statement = \if(); data S = label(Statement x, int y); data T = label(Symbol x, str y); value f(S s) {...
now that we have a `rascal-cdt-repackaged` the original name does not make sense anymore. I'm looking for (dis)agreement. If you agree, please mark, otherwise, please contribute a discussion: * [x]...
**Describe the bug** Some anchor links aren't working on this [page](https://docs.rascal-mpl.org/unstable/Libraries/). **To Reproduce** Most of the links expect the ones in `1. Prelude` are broken. Example when clicking on `concat`:...
**Describe the bug** * Define an empty module A * import ParseTree; * hover and CMD+click will not work because there is "unused extend" The issue is that of usability....
There is no such documentation in the tutor or the new docs site.
We had this request on stackoverflow multiple times: how to create a commandline tool for Rascal programs. Also for the proposed Recipes on Java model extraction, users would like to...
See subject
**Describe the bug** That module does not appear in the documentation on docs.rascal-mpl.org in the RascalLibrary course, but it should. The Core module of Java m3 _does_ appear in the...