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 May 3, 2024
1 parent e4c76cc commit 570a5bf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 @@ -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):

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 570a5bf

Please sign in to comment.