diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-01-04 10:53:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 10:53:26 -0700 |
commit | 09ffcf540cb9652e81ca2e404f2d653ed9a55180 (patch) | |
tree | d4e95c2c22996360d301c936ce2ef27cf324ee3b /doc/release/upcoming_changes/15006.new_feature.rst | |
parent | e1123b2d2cf77d123266604328baa3a27c375cf8 (diff) | |
parent | 753a146a3e1b91ebe383dac7452bc6f3697fac44 (diff) | |
download | numpy-09ffcf540cb9652e81ca2e404f2d653ed9a55180.tar.gz |
Merge pull request #15006 from dcaliste/crack
ENH: add support for operator() in crackfortran.
Diffstat (limited to 'doc/release/upcoming_changes/15006.new_feature.rst')
-rw-r--r-- | doc/release/upcoming_changes/15006.new_feature.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/15006.new_feature.rst b/doc/release/upcoming_changes/15006.new_feature.rst new file mode 100644 index 000000000..80d878aa6 --- /dev/null +++ b/doc/release/upcoming_changes/15006.new_feature.rst @@ -0,0 +1,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. |