schala/schala-lang/language/src
greg 9bb3a2be88 Add type data handle on Node
I think the way I want to handle this is a two-step process: first infer and
fill in variables, then unfiy in a separate step. Storing the data in
the AST is handy.
2019-02-21 01:46:27 -08:00
..
ast.rs Add type data handle on Node 2019-02-21 01:46:27 -08:00
builtin.rs Typechecking operators 2019-02-20 03:27:46 -08:00
eval.rs SymbolTable: Add Record type 2019-01-25 00:57:01 -08:00
lib.rs First tests for typechecking 2019-02-20 01:33:45 -08:00
parsing.rs Rename ExpressionType -> ExpressionKind 2019-02-21 01:26:51 -08:00
prelude.schala Added janky map to prelude 2018-11-06 03:02:32 -08:00
reduced_ast.rs Rename ExpressionType -> ExpressionKind 2019-02-21 01:26:51 -08:00
symbol_table.rs SymbolTable: Add Record type 2019-01-25 00:57:01 -08:00
tokenizing.rs Don't care about case-sensitivity 2019-01-08 02:38:10 -08:00
type_check.rs Put schala-lang crates into a subdirectory 2018-10-17 14:51:48 -07:00
typechecking.rs Add type data handle on Node 2019-02-21 01:46:27 -08:00
util.rs Remove compiler warnings 2018-10-20 00:55:37 -07:00