Start a Modula-2 experiment

This commit is contained in:
2022-06-05 23:43:45 +02:00
parent 5490f6ce1c
commit f29e68ec93
23 changed files with 994 additions and 1605 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.