16 check-ins related to "generic-types-and-unions"
2020-08-03
| ||
13:55 | Add support for custom types and unions with generic members. Fixes [87af6169a3]. check-in: 633b4e1088 user: robin.hansen tags: trunk | |
13:54 | Fix remaining issues with generic types and codegen. Closed-Leaf check-in: 5779464d2f user: robin.hansen tags: generic-types-and-unions | |
2020-08-02
| ||
08:52 | Make sure generics used in custom type or union is listed as part of the type signature. check-in: a52bd3c1b1 user: robin.hansen tags: generic-types-and-unions | |
08:29 | Add failing tests that needs to be fixed before merging into trunk. check-in: 21f1021f18 user: robin.hansen tags: generic-types-and-unions | |
2020-08-01
| ||
13:19 | Can now type check a generic union. check-in: 54335d90b6 user: robin.hansen tags: generic-types-and-unions | |
2020-07-29
| ||
15:03 | Re-wrote test for generic unions, as previous test had recursive call which is a seperate problem th... check-in: 656a119ed7 user: robin.hansen tags: generic-types-and-unions | |
2020-07-28
| ||
14:34 | Added test for generic union case in typechecker. check-in: 5468305788 user: robin.hansen tags: generic-types-and-unions | |
07:20 | Test pass for custom type with generic members. check-in: 0d46e5bba6 user: robin.hansen tags: generic-types-and-unions | |
2020-07-27
| ||
15:51 | Initial work to support custom types with generic members in type checker. check-in: 8636e1ba38 user: robin.hansen tags: generic-types-and-unions | |
2020-07-24
| ||
18:14 | Add test for generic custom type. check-in: e218a3934e user: robin.hansen tags: generic-types-and-unions | |
2020-07-23
| ||
18:37 | Carry generic information over from parser through qualifier stage. check-in: 9be98f1be2 user: robin.hansen tags: generic-types-and-unions | |
12:00 | Fixed bug caused by wrong order of branches in multiwords. check-in: a93a962959 user: robin.hansen tags: generic-types-and-unions | |
2020-06-24
| ||
14:30 | Fix symbol parser so it isnt required to have whitespace after a symbol. check-in: fe00a6e683 user: robin.hansen tags: generic-types-and-unions | |
2020-06-23
| ||
15:55 | New syntax to define unions with generic members. check-in: 61fb8c7dc4 user: robin.hansen tags: generic-types-and-unions | |
2020-05-31
| ||
12:31 | New syntax to define a custom type with generic members. check-in: 41d44e9128 user: robin.hansen tags: generic-types-and-unions | |
2020-05-30
| ||
16:05 | Make sure a symbol cannot contain the line comment token. check-in: 1a970a2759 user: robin.hansen tags: trunk | |