melsman / apltail

APL Compiler targeting a typed array intermediate language
MIT License
212 stars 9 forks source link

aplt doesn't terminate when compiling/evaluating `sierpinski0.apl` #8

Closed mbudde closed 9 years ago

mbudde commented 9 years ago

Running ./aplt tests/sierpinski0.apl results in the program being evaluated and giving the correct result but then instead of terminating it just uses 100% CPU. Same thing happens with the -c flag.

melsman commented 9 years ago

Works now...