liquor icon indicating copy to clipboard operation
liquor copied to clipboard

Broken

Open TimothyGu opened this issue 10 years ago • 0 comments

!:data
  #{data}
var l = require('liquor')
l('!:data\n  #{data}\n')
TypeError: Cannot read property 'type' of undefined
    at tok (lib/parser.js:43:22)
    at module.exports (lib/parser.js:66:14)
    at liquor (lib/liquor.js:17:9)
    at repl:1:2
    at REPLServer.self.eval (repl.js:110:21)
    at Interface.<anonymous> (repl.js:239:12)
    at Interface.EventEmitter.emit (events.js:95:17)
    at Interface._onLine (readline.js:202:10)
    at Interface._line (readline.js:531:8)
    at Interface._ttyWrite (readline.js:760:14)

TimothyGu avatar Apr 03 '15 22:04 TimothyGu