Skip to content

Commit 9e541d4

Browse files
committed
Agregar UML
1 parent 53e30fa commit 9e541d4

8 files changed

Lines changed: 50 additions & 39 deletions

File tree

.idea/workspace.xml

Lines changed: 48 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

diagrams/compiler1.png

1.07 MB
Loading

diagrams/compiler2.png

1.59 MB
Loading

diagrams/nodeps.png

148 KB
Loading

diagrams/nodeps2.png

104 KB
Loading

diagrams/parser.png

642 KB
Loading

diagrams/syntax1.png

1.44 MB
Loading

src/main/java/ko/carbonel/compiler/config/Config.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,14 @@ private void debugConfig() {
183183
flags.entrySet().stream().map(entry -> List.of(entry.getKey(), TermFont.colorBoolean(entry.getValue()))).toList(),
184184
System.out::print
185185
);
186+
System.out.println();
186187
Utils.outputTable(
187188
"Debug information, parameters: " + TermFont.commented("Use -P<PARAM_NAME>=<PARAM_VALUE> to use"),
188189
List.of("Param", "Value"),
189190
params.entrySet().stream().map(entry -> List.of(entry.getKey(), entry.getValue())).toList(),
190191
System.out::print
191192
);
193+
System.out.println();
192194
System.exit(0);
193195
}
194196

0 commit comments

Comments
 (0)