Said Hadjout
Said Hadjout
you can use `bool*1` to say that the precision is `1`
according to this issue https://gitlab.com/lfortran/lfortran/-/issues/121, a lot of stuff are not supported yet
I had similar problems when I use the name `test.py` for a file
this file compiles for me, but I can't import it
> But you can run `prog_test` generated by pyccel? In that case you are just experiencing the python import collision that I mentioned above yes
``` class(complex32), value, pointer :: x 1 Error: Derived type ‘complex32’ at (1) is being used before it is defined ``` now this function generates the following error by the...
we will face problems, when the default values are imported variables , like: ```python from mod import x def f(y=x): pass ``` so we might need to add imports in...
> 1. The core of [the python code](https://github.com/hongyi-zhao/test/blob/master/mu.py) is the _trapz_ function. In fact, there are many ready-to-use implementations of it, say, [stdlib.fortran-lang.org](https://stdlib.fortran-lang.org/interface/trapz.html), [www.rosettacode.org](http://www.rosettacode.org/wiki/Numerical_integration), and so on. > > 2....
we don't support python's string methods yet
We should raise a `NotImplemented` error when the user uses a lambda function until we decide if we want to support it