Open-Turing-Project / OpenTuring

An open source version of the Windows Turing interpreter. Features speed improvements and new features.
http://tristan.hume.ca/openturing
Other
72 stars 41 forks source link

Errors Don't Get Logged #46

Open TheDannyG opened 6 years ago

TheDannyG commented 6 years ago

When I run turing.exe -log -run filename.t, the errors from the program aren't logged. The program was specifically made to have an error (var a : int := "a"). Why isn't this error logged?

speedyjohnny commented 5 years ago

I tried running the program for the first time and typed in what you wrote:

var a : int := "a"

I got an error message when I tried to run it. I'm not sure if you're asking about some other way to run it (sorry I'm new to this), but I'm just pointing out that this error does prevent a program from running.