Skip to main content

Further Reading

rascal-0.34.0

Core Rascal

  1. To get how-to recipes for common (meta)programming tasks in Rascal, we refer to the Rascal recipes
  2. To learn how to use the Rascal Shell, go here
  3. To understand the terminology used in Rascal and by Rascal programmers Rascalopedia is a focused encyclopedia of meta programming.
  4. To understand error messages produced by Rascal, there is information on all Run Time Errors and Compile Time Errors.
  5. To know everything about every detail of Rascal syntax and semantics, the Rascal reference manual applies.
  6. The full standard Library is documented here.

Packages

Rascal can be extended by loading different (third-party) packages. For example:

  • Flybytes enables JVM bytecode analysis, transformation and generation in Rascal.
  • Typepal is a generic name and type analysis framework for programming languages and textual DSLs.