Skip to content

Commit 131f235

Browse files
authored
Revise language support package notes
Updated notes for language support packages to include additional details and capitalization corrections.
1 parent a8b04b2 commit 131f235

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

courses/Packages/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,20 @@ The currently available packages are grouped in two categories: language support
3939

4040
| Language name | Package | Note |
4141
| ------------- | ------- | ----- |
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) |
4644
| 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 |
4747

4848
### Generic Libraries
4949

5050
| Library Name | Package | Note |
5151
| ------------ | ------- | ----- |
5252
| 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 |
5354
| Salix | [salix-core](/docs/Packages/org.rascalmpl.salix-core) | User interface framework for Rascal |
5455
| Salix Contrib | [salix-contrib](/docs/Packages/org.rascalmpl.salix-contrib) | Useful extensions for Salix |
5556
| Rascal GIT | [rascal-git](/docs/Packages/edu.appstate.cs.rascal-git/) | Accessing GIT from Rascal |
5657
| Rascal LSP | [rascal-lsp](/docs/Packages/org.rascalmpl.rascal-lsp/) | LSP for Rascal and LSP generator for DSLs in Rascal |
5758
| 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

Comments
 (0)