Start a Modula-2 experiment

This commit is contained in:
2022-06-11 22:52:13 +02:00
parent f5c4a27a6d
commit 910261b408
28 changed files with 844 additions and 2574 deletions

7
boot/Transpiler.def Normal file
View File

@@ -0,0 +1,7 @@
DEFINITION MODULE Transpiler;
FROM Lexer IMPORT PLexer;
PROCEDURE Transpile(ALexer: PLexer);
END Transpiler.