schala/schala-lang/language/src
Greg Shuflin 6b9ca92e00 Have TypeContext calculate tag numbers 2021-10-29 17:27:21 -07:00
..
ast Basic visualizer for AST 2021-10-28 14:41:22 -07:00
parsing Unify u32-based identifiers into common code 2021-10-27 00:36:23 -07:00
reduced_ir Make use of TypeContext in SymbolTable 2021-10-27 15:39:53 -07:00
symbol_table Have TypeContext calculate tag numbers 2021-10-29 17:27:21 -07:00
tree_walk_eval Start adding infrastructure for defining new types 2021-10-29 12:12:41 -07:00
type_inference Have TypeContext calculate tag numbers 2021-10-29 17:27:21 -07:00
builtin.rs Move minimal typechecking code into directory-style module 2021-10-27 01:11:46 -07:00
error.rs Move minimal typechecking code into directory-style module 2021-10-27 01:11:46 -07:00
identifier.rs Unify u32-based identifiers into common code 2021-10-27 00:36:23 -07:00
lib.rs Move minimal typechecking code into directory-style module 2021-10-27 01:11:46 -07:00
schala.rs Make use of TypeContext in SymbolTable 2021-10-27 15:39:53 -07:00
tokenizing.rs Add parsing for annotations 2021-10-21 11:32:14 -07:00
type_check.rs Put schala-lang crates into a subdirectory 2018-10-17 14:51:48 -07:00
typechecking.rs Make a distinct Block type 2021-10-26 14:05:54 -07:00
util.rs Move minimal typechecking code into directory-style module 2021-10-27 01:11:46 -07:00