Skip to content

Commit

Permalink
[Mirror] Replace all internal links and references
Browse files Browse the repository at this point in the history
  • Loading branch information
se-cibuild committed Feb 28, 2024
1 parent 2be516c commit 12091dc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/BestPractices-CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/BestPractices-Errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion docs/BestPractices-Syntax-Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Documentation of the Symbol Table Infrastructure

[[_TOC_]]


## Conceptual Model of Symbol Tables
* What is a symbol?
Expand Down

0 comments on commit 12091dc

Please sign in to comment.