diff options
| author | bringert <bringert@cs.chalmers.se> | 2005-12-01 11:32:09 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2005-12-01 11:32:09 +0000 |
| commit | bb82938d72443349c4ea0be3747b92946454736d (patch) | |
| tree | 65cf89d75642999b72138d228a5936ab6b00aacc | |
| parent | 4a40cf9861acc2b7e2cb94653d4ae7d28661508e (diff) | |
Transfer: removed some fixed TODOs.
| -rw-r--r-- | transfer/TODO | 14 |
1 files 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 |
