ast: allow overriding Value operators.

This commit is contained in:
Vegard Storheil Eriksen 2023-10-05 21:16:33 +02:00 committed by Catherine
parent 1c3227d956
commit 879601380d
3 changed files with 59 additions and 22 deletions

View file

@ -55,6 +55,7 @@ Implemented RFCs
.. _RFC 19: https://amaranth-lang.org/rfcs/0019-remove-scheduler.html
.. _RFC 20: https://amaranth-lang.org/rfcs/0020-deprecate-non-fwft-fifos.html
.. _RFC 22: https://amaranth-lang.org/rfcs/0022-valuecastable-shape.html
.. _RFC 28: https://amaranth-lang.org/rfcs/0028-override-value-operators.html
* `RFC 1`_: Aggregate data structure library
@ -71,6 +72,7 @@ Implemented RFCs
* `RFC 15`_: Lifting shape-castable objects
* `RFC 20`_: Deprecate non-FWFT FIFOs
* `RFC 22`_: Define ``ValueCastable.shape()``
* `RFC 28`_: Allow overriding ``Value`` operators
Language changes