mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
26a47ddafe
I was getting a stack overflow on the tailrec002 test, caused by this primitive being recursive. I've made it iterative. I'm no JS expert but I've tested its behaviour against the old version.
5 lines
151 B
Plaintext
Executable File
5 lines
151 B
Plaintext
Executable File
rm -rf build
|
|
$1 --no-color --console-width 0 --no-banner --cg node EvenOdd.idr -o app.js
|
|
$1 --no-color --console-width 0 --no-banner Main.idr -x main
|
|
|