usethesource / rascal-language-servers

An LSP server for Rascal which includes an easy-to-use LSP generator for languages implemented in Rascal, and an interactive terminal REPL.
BSD 2-Clause "Simplified" License
10 stars 7 forks source link

Dynamically add/update categories to productions of Rascal literals #409

Closed sungshik closed 1 month ago

sungshik commented 1 month ago

This PR adds a semantic tokenizer feature (intended to be temporary) to dynamically add/update categories to productions in Rascal's own grammar with no category (e.g., number literals) or with a legacy category (e.g., string literals).

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud