utils.ads (171B)
with Types; use Types;
package Utils is
function Read_File (File_Name : String) return String;
procedure Print_AST (Decls : Declaration_Vectors.Vector);
end Utils;
nightshadeThe nightshade programming language, compiler and tools (WIP) | |
| Log | Files | Refs | README |
utils.ads (171B)
with Types; use Types;
package Utils is
function Read_File (File_Name : String) return String;
procedure Print_AST (Decls : Declaration_Vectors.Vector);
end Utils;