From 3f1f9e11f4f699ae94182d4cba158092f434a7f6 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 8 Dec 2009 20:35:29 +0100 Subject: Fast forward to sync public repo. Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR. --- lib/bc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bc.lua') diff --git a/lib/bc.lua b/lib/bc.lua index 532f2493..6296174e 100644 --- a/lib/bc.lua +++ b/lib/bc.lua @@ -30,7 +30,7 @@ -- print(bc.line(foo, 2)) --> 0002 KSTR 1 1 ; "hello" -- -- local out = { --- -- Do something wich each line: +-- -- Do something with each line: -- write = function(t, ...) io.write(...) end, -- close = function(t) end, -- flush = function(t) end, -- cgit v1.2.3-55-g6feb