schala/schala-lang/language/src
Greg Shuflin ec92e14fcf Remove fqsn_to_id table
The trie already takes care of this
2021-11-01 23:43:03 -07:00
..
ast Implement return control flow 2021-11-01 04:19:18 -07:00
parsing Support Record patterns 2021-11-01 13:48:04 -07:00
reduced_ir Put single ImmediateStruct member into scope 2021-11-01 21:17:29 -07:00
symbol_table Remove fqsn_to_id table 2021-11-01 23:43:03 -07:00
tree_walk_eval Put single ImmediateStruct member into scope 2021-11-01 21:17:29 -07:00
type_inference Implement records 2021-10-30 00:00:14 -07:00
builtin.rs Support NotEqual builtin 2021-11-01 12:40:41 -07:00
error.rs Run rustfmt on error.rs 2021-10-30 00:07:05 -07:00
identifier.rs Unify u32-based identifiers into common code 2021-10-27 00:36:23 -07:00
lib.rs Thread SchalaConfig for repl/non-repl in runner 2021-10-31 03:30:45 -07:00
schala.rs Thread SchalaConfig for repl/non-repl in runner 2021-10-31 03:30:45 -07:00
tokenizing.rs Add control flow types 2021-11-01 00:25:52 -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