Sha256: f64dab635e4a5cd6ce82b44930a74c196dbe9596ea7071940262bb5880981de6

Contents?: true

Size: 162 Bytes

Versions: 6

Compression:

Stored size: 162 Bytes

Contents

local input

repeat
  io.write("wax> ")
  input = io.read()
  local success, e = wax.eval(input)

  if not success then print("Error: " .. e) end
until not input

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
candle-0.0.7 lib/candle/generators/lua/wax/lib/stdlib/repl.lua
candle-0.0.6 lib/candle/generators/lua/wax/lib/stdlib/repl.lua
candle-0.0.4 lib/candle/generators/lua/wax/lib/stdlib/repl.lua
candle-0.0.3 lib/candle/generators/lua/wax/lib/stdlib/repl.lua
candle-0.0.2 lib/candle/generators/lua/wax/lib/stdlib/repl.lua
candle-0.0.1 lib/candle/generators/lua/wax/lib/stdlib/repl.lua