You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: