blob: 80d878aa671b7b3770339a91ebfec73110e857f8 (
plain)
1
2
3
4
5
6
7
|
crackfortran has support for operator and assignment overloading
----------------------------------------------------------------
``crackfortran`` parser now understands operator and assignement
defintions in a module. They are added in the ``body`` list of the
module which contains a new key ``implementedby`` listing the names
of the subroutines or functions implementing the operator or
assignment.
|