fix N>R and NR> to standards; Forth dictionary doc updates

This commit is contained in:
mgcaret 2020-01-22 17:14:52 -08:00
parent 2310e3b18d
commit 16399c6618
3 changed files with 767 additions and 662 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -77,7 +77,8 @@ def run_suite(suite, outfile = nil)
puts "Lines complete."
stdin.flush
begin
Timeout.timeout(10) do
# Give test 30 seconds to complete
Timeout.timeout(30) do
outbuf.write(stdout.read)
end
rescue Timeout::Error