some ada experiments...
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
with H3.Compilers;
|
||||
with ada.text_io;
|
||||
with H3.Storage;
|
||||
|
||||
procedure hello3 is
|
||||
package C is new H3.Compilers(Standard.Wide_Character);
|
||||
|
||||
Compiler: C.Compiler;
|
||||
package H3C is new H3.Compilers(Standard.Wide_Character, H3.Storage.Global_Pool_Box);
|
||||
Compiler: H3C.Compiler;
|
||||
begin
|
||||
Compiler.Feed ("#include ""abc.txt""; donkey");
|
||||
Compiler.End_Feed;
|
||||
|
Reference in New Issue
Block a user