|
c907885420
|
Make C++ implementation the main implementation
|
2024-04-08 20:08:15 +02:00 |
|
|
719dbfcad4
|
Split LetDeclaration into VariableDeclaration and FunctionDeclaration
We only generate VariableDeclaration when we're absolutely sure it is a
variable.
|
2024-03-09 12:51:35 +01:00 |
|
|
800a72f041
|
Remove indentation in namespaces
|
2024-02-19 14:32:24 +01:00 |
|
|
60f1e4519e
|
Fix #54: BindPattern is not bound during inference inside a match-expression
|
2024-02-19 14:17:12 +01:00 |
|
|
9f5de2987a
|
Make compile on GCC and add support for infix let-declarations
|
2024-02-04 16:49:57 +00:00 |
|
|
de29a77cd3
|
Add support for record patterns and improve implicit forall
|
2024-01-22 01:11:59 +01:00 |
|
|
00dbada7ac
|
Add support for record type expressions
|
2024-01-21 08:51:50 +01:00 |
|
|
1b5c32fe29
|
Add NamedRecordPattern and rename NamedPattern to NamedTuplePattern
|
2024-01-21 05:40:35 +01:00 |
|
|
285f33e93c
|
Add 'bootstrap/cxx/' from commit '7c1a929e9a3d3abb1e2113f531588e059ad5be8c'
git-subtree-dir: bootstrap/cxx
git-subtree-mainline: b732e418cb
git-subtree-split: 7c1a929e9a
|
2024-01-15 14:04:51 +01:00 |
|