RE: smart interpreter
- Posted by Andy Serpa <renegade at earthling.net> Mar 02, 2002
- 414 views
Kat wrote: > Rob, just an idea, why can't the interpreter do a once-thru for syntax > before it > does anything else? It's a drag to have a program run for a few days, > then at > the 3rd line from the end, abort with something like "write takes two > parameters". Typos, sigh. > I would like this too, but as an option, not something it did all the time. Maybe we could add "with syntax_check" or something like that while we're debugging, and it would do a quick pass through the whole file before starting to run it...