-
While converting this grammar https://github.com/diku-dk/futhark/blob/master/src/Language/Futhark/Parser/Parser.y to be uded in https://mingodad.github.io/parsertl-playground/playground/ I found that …
-
- [x] **Camera**: should we purchase another GFX100S or use the extra camera?
- [x] **Angle**: should we 3D print and embed strong magnets instead of purchasing another iron angle from Stibo? https://…
-
Hi, I just started testing Futhark, so my code may be "wrong" in many ways, but I think that the output of the `c` and `multicore` executable should match or not compile.
Here is the code of `minma…
-
-
The program
```futhark
entry main (x: i32): (i32, bool) =
let when pred action orig = if pred
then action orig
else orig
let a…
nqpz updated
9 months ago
-
-
I've just added `/src/Language/Futhark/Parser/Parser.y` to https://mingodad.github.io/parsertl-playground/playground/ an `Yacc/Lex` compatible online editor/tester (select `Futhark parser (partially w…
-
You can run an LDP Classic report using
```
curl 'http://localhost:12369/ldp/db/reports' --compressed -X POST -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 F…
-
Just curious if the docs on the website are up to date? (https://futhark-lang.org/pkgs/github.com/diku-dk/linalg/0.4.3/index.html)
For instance, in the docs there is no entry for a function that co…
-
What is the source code license?