schala/schala-lang/src
greg 2c298c7247 Add warning for undefined operator
In practice this will probably always not typecheck, but it's a valid
parse
2018-08-19 21:40:30 -07:00
..
ast.rs More work on pattern-matching 2018-08-05 18:01:42 -07:00
builtin.rs Add warning for undefined operator 2018-08-19 21:40:30 -07:00
eval.rs Rename StateStack -> ScopeStack 2018-08-19 21:31:45 -07:00
lib.rs Add index of variants to symbol table 2018-08-05 13:59:13 -07:00
parsing.rs Preliminary support for binops in if-discriminators 2018-08-19 21:25:07 -07:00
reduced_ast.rs Clear up some unused code to reduce compile noise 2018-08-19 15:03:41 -07:00
symbol_table.rs Getting rid of some unused warnings 2018-08-14 23:07:00 -07:00
tokenizing.rs Getting rid of more unused items 2018-08-14 23:09:11 -07:00
type_check.rs move schala into separate crate 2018-07-26 00:52:45 -07:00
typechecking.rs Rename StateStack -> ScopeStack 2018-08-19 21:31:45 -07:00
util.rs Rename StateStack -> ScopeStack 2018-08-19 21:31:45 -07:00