Ondřej Čertík
Ondřej Čertík
Long time ago I did the following workaround: ```c++ void visit_Function(const ASR::Function_t &x) { // FIXME: this is a hack, we need to pass in a non-const `x`, // which...
LSP TODO
For the language server, we need two orthogonal things: ### LFortran side: Write LFortran tests that accept source code, line + column as input, and output various results: * for...
So that it appears at https://docs.lfortran.org/en/asr/asr_nodes/expression_nodes/expression_nodes/ ``` array_physical_type = DescriptorArray | PointerToDataArray | UnboundedPointerToDataArray | FixedSizeArray | CharacterArraySinglePointer | NumPyArray | ISODescriptorArray | SIMDArray ``` We have: **DescriptorArray** ... array...
As discussed at the phone call, let's do the following: * Create a file to maintain `create_IntegerBinOp(...)` style functions for all of `expr` nodes in ASR, that are identical to...
Use https://github.com/certik/fc8/tree/lf1. Then I get to 70%: ```console $ FC=lfortran cmake -DFC8_GRAPHICS=sdl2 . -- The Fortran compiler identification is unknown -- The C compiler identification is AppleClang 13.0.0.13000029 -- Detecting...
It is extremely common to have optional dependencies in Fortran projects (see the examples section at the end of this description). The way Cargo handles it is described in here:...
bc.. It'd be nice to have a way to convert any mpf number to a continued fraction representation. p. Original issue for "#95":https://github.com/fredrik-johansson/mpmath/issues/95: "http://code.google.com/p/mpmath/issues/detail?id=55":http://code.google.com/p/mpmath/issues/detail?id=55 p. Original author: "https://code.google.com/u/104039945248245758823/":https://code.google.com/u/104039945248245758823/
bc.. I'd like to have something to solve any ODE, where I'd tell it: I want 15 digits (or 100 digits) and I want them all right. And the algorithm...
We still need special handling to turn the terminal into "raw" mode, but for only printing colors and using other escape codes, we do not need any special setup on...