diff --git a/TODO.md b/TODO.md index 9b3ecf7..7048d6b 100644 --- a/TODO.md +++ b/TODO.md @@ -23,9 +23,6 @@ 2. Once FQSNs are aware of function parameters, most of the Rc things in eval.rs can go away -## Parser -* I think I can restructure the parser to get rid of most instances of expect!, at least at the beginning of a rule - ## Typechecking * make a type to represent types rather than relying on string comparisons @@ -44,8 +41,6 @@ ## Language Syntax -* a type like `type Klewos = Klewos { }` (i.e. a type with exactly one record-like variant) should be writeable as - `type Klewos = { }` as a shorthand, and should not require explicit matching. * the `type` declaration should have some kind of GADT-like syntax * use `let` sigil to indicate a variable in a pattern explicitly: