Agus Zubiaga
|
7776883262
|
Unify functions fx vars
|
2024-11-07 18:54:13 -03:00 |
|
Agus Zubiaga
|
e8d7820f34
|
Add fx var to can's Call
|
2024-11-07 18:54:12 -03:00 |
|
Agus Zubiaga
|
75177c9c98
|
Rename effect_type to fx_type and add to FunctionDef
|
2024-11-07 18:54:12 -03:00 |
|
Agus Zubiaga
|
386a5055ee
|
Add effect_type to can ClosureData
|
2024-11-07 18:54:11 -03:00 |
|
Sam Mohr
|
294f0c0d1f
|
Merge branch 'main' into return-keyword
|
2024-10-24 23:01:10 -07:00 |
|
Richard Feldman
|
49d1786f6c
|
Remove more push_new and extend_new usages
|
2024-10-21 22:10:43 -04:00 |
|
Sam Mohr
|
b3e60f9d3a
|
Implement return keyword
|
2024-10-20 08:58:59 -07:00 |
|
Richard Feldman
|
2567c8b545
|
Convert over Subs to use the new soa crate
|
2024-10-10 00:30:35 -04:00 |
|
Richard Feldman
|
586959780b
|
Revert "Try out converting subs to use soa stuff directly"
This reverts commit 4a7d7e42d6 .
|
2024-10-10 00:06:25 -04:00 |
|
Richard Feldman
|
4a7d7e42d6
|
Try out converting subs to use soa stuff directly
|
2024-10-10 00:06:22 -04:00 |
|
Bryce Miller
|
cb08225bf0
|
| -> where
|
2023-06-05 20:19:00 -04:00 |
|
Bryce Miller
|
dbc0204532
|
abilities syntax has -> implements
|
2023-05-24 21:30:16 -04:00 |
|
Folkert
|
4cd8f0a056
|
clippy --fix fixes
|
2023-04-21 12:05:51 +02:00 |
|
Ayaz Hafiz
|
0b4a45c70d
|
Derive encoding for tuples
|
2023-03-22 11:37:47 -05:00 |
|
Ayaz Hafiz
|
e5fcb05a2d
|
Implement derivation keys for tuple encoders
|
2023-03-22 11:19:47 -05:00 |
|
Joshua Warner
|
de828416bf
|
Initial implementation of tuples in type checking
This leaves in place a bunch of TODOs and likely many bugs - notably, I haven't tested codegen/layout at all here.
|
2023-01-22 12:40:44 -08:00 |
|
Ayaz Hafiz
|
1c93727822
|
Add a notion of "openness" tag extensions suitable only for size-polymorphism
|
2023-01-16 10:52:23 -06:00 |
|
Ayaz Hafiz
|
d7237dc9e9
|
Cargo format
|
2022-10-18 12:09:18 -05:00 |
|
Ayaz Hafiz
|
706d22a942
|
Fix encode/decode deriving
|
2022-10-18 08:22:23 -05:00 |
|
Ayaz Hafiz
|
8aee32830a
|
Add symbols' localized type variable to the AST
|
2022-10-17 17:35:48 -05:00 |
|
Ayaz Hafiz
|
44984d289c
|
Move derive Env to a util module
|
2022-08-03 08:56:26 -05:00 |
|
Ayaz Hafiz
|
c0e976f544
|
Wrap unification subs in Env
|
2022-07-28 08:57:33 -04:00 |
|
Ayaz Hafiz
|
4031770836
|
Mark branch patterns degenerate when they don't bind symbols body needs
|
2022-07-22 17:26:45 -04:00 |
|
Ayaz Hafiz
|
c647973dee
|
Wrap list encoders in Encode.custom for now
|
2022-07-16 12:30:15 -04:00 |
|
Ayaz Hafiz
|
e83175cf75
|
Add a deriver for encoding lists
|
2022-07-16 12:30:14 -04:00 |
|
Ayaz Hafiz
|
0dfdcf5523
|
Get rid of some dead deriving code
My favorite kind of dead code elimination
|
2022-07-16 12:28:39 -04:00 |
|
Ayaz Hafiz
|
568e8d9475
|
Remove explicit string deriving code in favor of immediate
|
2022-07-15 10:39:09 -04:00 |
|
Ayaz Hafiz
|
df9bcb1a0c
|
Use Derived_synth for synthesizing implementations, and Derived_gen for codegen
|
2022-07-13 08:47:39 -04:00 |
|
Ayaz Hafiz
|
d8bee6cd18
|
Perfom derives from global derives module, not just symbol table
|
2022-07-13 08:47:36 -04:00 |
|
Ayaz Hafiz
|
e8fb186d79
|
Load derived member impls into derived module for mono
|
2022-07-13 08:47:34 -04:00 |
|
Ayaz Hafiz
|
5d74a376af
|
Attach ambient function vars to lambda sets
|
2022-07-06 13:04:29 -04:00 |
|
Anton-4
|
eee85fa45d
|
moved all crates into seperate folder + related path fixes
|
2022-07-01 17:37:43 +02:00 |
|