You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: courses/Packages/index.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,21 +39,20 @@ The currently available packages are grouped in two categories: language support
39
39
40
40
| Language name | Package | Note |
41
41
| ------------- | ------- | ----- |
42
-
| C and C++ |[clair](/docs/Packages/org.rascalmpl.clair)||
43
-
| Java |[java-air](/docs/Packages/org.rascalmpl.java-air)| used to be part of standard library |
44
-
| PHP | php-analysis | currently not building will be released as soon as possible |
45
-
| Python | python-air | currently not building will be released as soon as possible |
42
+
| C and C++ |[clair](/docs/Packages/org.rascalmpl.clair)| Based on Eclipse CDT |
43
+
| Java |[java-air](/docs/Packages/org.rascalmpl.java-air)| Based on Eclipse JDT (used to be part of standard library) |
46
44
| JVM bytecode |[flybytes](/docs/Packages/org.rascalmpl.flybytes)| Forward and Reverse |
45
+
| PHP | php-analysis | Currently not building will be released as soon as possible |
46
+
| Python | python-air | Currently not building will be released as soon as possible |
47
47
48
48
### Generic Libraries
49
49
50
50
| Library Name | Package | Note |
51
51
| ------------ | ------- | ----- |
52
52
| Dr Ambiguity | drambiguity | Interactive UI based on Salix for detection, diagnostics and fixing of ambiguity context-free grammars. Currently documentation is not building, will be released as soon as possible |
53
+
| Rascal Lucene |[rascal-lucene](/docs/Packages/org.rascalmpl.rascal-lucene/)| Two-way mapping between Rascal and the Apache Lucene search and indexing library |
53
54
| Salix |[salix-core](/docs/Packages/org.rascalmpl.salix-core)| User interface framework for Rascal |
54
55
| Salix Contrib |[salix-contrib](/docs/Packages/org.rascalmpl.salix-contrib)| Useful extensions for Salix |
55
56
| Rascal GIT |[rascal-git](/docs/Packages/edu.appstate.cs.rascal-git/)| Accessing GIT from Rascal |
56
57
| Rascal LSP |[rascal-lsp](/docs/Packages/org.rascalmpl.rascal-lsp/)| LSP for Rascal and LSP generator for DSLs in Rascal |
57
58
| Typepal |[typepal](/docs/Packages/org.rascalmpl.typepal/)| Generic name and type analysis framework |
58
-
| Rascal Tutor | rascal-tutor | Rascal source code documenter and manual authoring tool, documentation not released yet due to changes in tutor infrastructure |
59
-
| Rascal Lucene |[rascal-lucene](/docs/Packages/org.rascalmpl.rascal-lucene/)| Two-way mapping between Rascal and the Apache Lucene search and indexing library |
0 commit comments