From 64166927a39a19fc770b0b435c2cc5cccda41e9e Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 1 Dec 2005 11:32:09 +0000 Subject: [PATCH] Transfer: removed some fixed TODOs. --- transfer/TODO | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/transfer/TODO b/transfer/TODO index e5b6a4876..8e46145bd 100644 --- a/transfer/TODO +++ b/transfer/TODO @@ -1,19 +1,11 @@ * Improve front-end language -- Tuple syntax in expressions, types and patterns. Implemented with records. +- Tuple syntax in expressions, types and patterns? Implemented with records. -- List syntax in expressions, types and patterns. Implemented with List. - -- operators for primitive string operations: - -- list operators: ++, : - -- overloaded operators? +- List syntax in types and patterns? Implemented with List. - implicit arguments? -- composOp generation - - show generation - eq generation @@ -30,6 +22,8 @@ - More efficient handling of constructor application +- Implement tail recursion. + * Improve the core language * Improve compilation