experimenting include handling

This commit is contained in:
2021-11-14 15:07:41 +00:00
parent bcba60f0b7
commit 5e40282416
7 changed files with 136 additions and 79 deletions

View File

@ -6,6 +6,6 @@ procedure hello3 is
Compiler: C.Compiler;
begin
Compiler.Feed ("#include ""abc.txt""");
Compiler.Feed ("#include ""abc.txt""; donkey");
Compiler.End_Feed;
end hello3;