Change source file extension

This commit is contained in:
2025-05-25 16:07:42 +02:00
parent 94f7fe3f0e
commit c6a540000a
6 changed files with 33 additions and 23 deletions

7
source/Transpiler.def Normal file
View File

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