Sara Tasche
Sara Tasche
Fixes #4 Signed-off-by: Sara Dolores Tasche
What I love is to know which features are implemented without to read closed pull requests. So, I think it's good if the RFC repository is marked as a release....
When I click on the link to the latest release I see the error 404. Both zip files are affected.
Immanual Kant's translation of 'Sapere aude' (as short as possible).
This template should be labelled as such so that it can be easily adopted.
If an error occurs in an _imported_ module, the compiler should report this accordingly. \ E.g. “Error in imported module XY”. At the moment the compiler only outputs an error...
- Errors fixed - Added code fences Signed-off-by: Sara Tasche
# Reflection _membersof_ There should be a separate page for all reflection property structures;\ if they are identical to [member_ref](https://c3-lang.org/generic-programming/reflection/#membersof), this should be mentioned. ## Tasks - [ ] [ParamSpec](https://c3-lang.org/generic-programming/reflection/#paramsof)...
**Examples** - std::core::types - `is_same($TypeA, $TypeB)` vs `@has_same(#a, #b, ...)` - to: `@is_same($TypeA, $TypeB)` - `is_equatable_type($Type)` vs `@equatable_value(#value)` (where `is_equatable_value` is `@deprecated`) - to: `@equatable_type($Type) @const` - elsewhere - `fault...