Add beginnings of type infrastructure

This commit is contained in:
Florian Diebold 2018-12-20 21:56:28 +01:00
parent d77520fde3
commit 3ac605e687
11 changed files with 689 additions and 15 deletions

View file

@ -25,6 +25,7 @@ pub mod source_binder;
mod krate;
mod module;
mod function;
mod ty;
use std::ops::Index;