nightshade

The nightshade programming language, compiler and tools (WIP)
Log | Files | Refs | README

typer.adb (153B)



package body Typer is

   function Init (AST : Declaration_Vectors.Vector) return Typer is
   begin
      return Typer'(AST => AST);
   end;

end Typer;