schala/schala-lang/language/src
greg 5491169d55 Refactor parsing structure
TokenHandler should contain all the methods for actually manipulating
tokens, Parser should only contain the recursive descent methods
2019-01-05 20:23:07 -08:00
..
ast.rs More Node-wrapping of Expression 2019-01-05 18:11:51 -08:00
builtin.rs Rename TokenType -> TokenKind 2018-11-16 23:17:34 -08:00
eval.rs Test for nested function call 2018-11-06 02:42:28 -08:00
lib.rs Starting to keep track of locations of errors in file 2019-01-05 17:18:10 -08:00
parsing.rs Refactor parsing structure 2019-01-05 20:23:07 -08:00
prelude.schala Added janky map to prelude 2018-11-06 03:02:32 -08:00
reduced_ast.rs More Node-wrapping of Expression 2019-01-05 18:11:51 -08:00
symbol_table.rs Adding Node intermediate type to AST 2019-01-05 01:44:32 -08:00
tokenizing.rs Rename TokenType -> TokenKind 2018-11-16 23:17:34 -08:00
type_check.rs Put schala-lang crates into a subdirectory 2018-10-17 14:51:48 -07:00
typechecking.rs More Node-wrapping of Expression 2019-01-05 18:11:51 -08:00
util.rs Remove compiler warnings 2018-10-20 00:55:37 -07:00