From 5be260bf2b07618a7bb16c3167863830089c85d1 Mon Sep 17 00:00:00 2001 From: MontiCore Mirroring Bot Date: Wed, 4 Sep 2024 23:25:15 +0000 Subject: [PATCH] [Mirror] Replace all internal links and references --- docs/BestPractices-CLI.md | 2 +- docs/BestPractices-Errors.md | 2 +- docs/BestPractices-Syntax-Design.md | 2 +- docs/Languages.md | 2 +- monticore-grammar/src/main/grammars/de/monticore/Grammars.md | 2 +- .../src/main/grammars/de/monticore/siunit/SIUnits.md | 2 +- .../src/main/java/de/monticore/symboltable/Symboltable.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/BestPractices-CLI.md b/docs/BestPractices-CLI.md index 4f88c75858..d3f80dcb43 100644 --- a/docs/BestPractices-CLI.md +++ b/docs/BestPractices-CLI.md @@ -2,7 +2,7 @@ # MontiCore Best Practices - Designing Tools for Command Line Interfaces -[[_TOC_]] + Some DSLs require a tool to enable general accessibility via the command line interface (CLI). When designing a tool, we recommend some standard guidelines. diff --git a/docs/BestPractices-Errors.md b/docs/BestPractices-Errors.md index 201cef7844..bd12af6d40 100644 --- a/docs/BestPractices-Errors.md +++ b/docs/BestPractices-Errors.md @@ -2,7 +2,7 @@ # MontiCore Best Practices - Understanding Errors, Defining Errors -[[_TOC_]] + Errors happen. Some happen because of faults in the code (we call that internal errors), diff --git a/docs/BestPractices-Syntax-Design.md b/docs/BestPractices-Syntax-Design.md index e6ea2af910..4c3351d965 100644 --- a/docs/BestPractices-Syntax-Design.md +++ b/docs/BestPractices-Syntax-Design.md @@ -2,7 +2,7 @@ # MontiCore Best Practices - Concrete and Abstract Syntax -[[_TOC_]] + [MontiCore](https://www.monticore.de) provides a number of options to design languages, access and modify the abstract syntax tree, and produce output files. diff --git a/docs/Languages.md b/docs/Languages.md index bf7dbe58d5..cfe6248396 100644 --- a/docs/Languages.md +++ b/docs/Languages.md @@ -3,7 +3,7 @@ # MontiCore Languages of Level II - an Overview -[[_TOC_]] + [MontiCore](https://www.monticore.de) is a language workbench with an explicit notion of language components. It uses diff --git a/monticore-grammar/src/main/grammars/de/monticore/Grammars.md b/monticore-grammar/src/main/grammars/de/monticore/Grammars.md index 315e95a2c8..e862c083ad 100644 --- a/monticore-grammar/src/main/grammars/de/monticore/Grammars.md +++ b/monticore-grammar/src/main/grammars/de/monticore/Grammars.md @@ -4,7 +4,7 @@ # MontiCore Grammars for Expressions, Literals and Types - an Overview -[[_TOC_]] + [MontiCore](https://www.monticore.de) is a language workbench. It uses an extended grammar format as primary mechanism to describe DSLs. This format diff --git a/monticore-grammar/src/main/grammars/de/monticore/siunit/SIUnits.md b/monticore-grammar/src/main/grammars/de/monticore/siunit/SIUnits.md index a3dfd17498..def21cd52a 100644 --- a/monticore-grammar/src/main/grammars/de/monticore/siunit/SIUnits.md +++ b/monticore-grammar/src/main/grammars/de/monticore/siunit/SIUnits.md @@ -7,7 +7,7 @@ integrate literals enriched with an SI unit to their language. Furthermore, this language provides functionality for unit compatibility and type checking. -[[_TOC_]] + ## The grammar files are (see details below): diff --git a/monticore-runtime/src/main/java/de/monticore/symboltable/Symboltable.md b/monticore-runtime/src/main/java/de/monticore/symboltable/Symboltable.md index 9b108c0c24..81c82e40ca 100644 --- a/monticore-runtime/src/main/java/de/monticore/symboltable/Symboltable.md +++ b/monticore-runtime/src/main/java/de/monticore/symboltable/Symboltable.md @@ -2,7 +2,7 @@ # Documentation of the Symbol Table Infrastructure -[[_TOC_]] + ## Conceptual Model of Symbol Tables * What is a symbol?