Eve icon indicating copy to clipboard operation
Eve copied to clipboard

incomplete ifs with valid forms after crash the parser

Open ibdknox opened this issue 7 years ago • 2 comments

incomplete ifs with valid forms after them cause the parser to explode. For example:

search
  item = [#item name]
  ix = sort[value: item]
  ix = if c = count[given: [#set]] + 1 the // type n here

  a = count[given: b]
  final = sum[value: a]

bind @browser
  [#div text: final]

ibdknox avatar Dec 06 '16 23:12 ibdknox

define "explode" ?

bd82 avatar Dec 07 '16 01:12 bd82

Oh this is on my side. We throw an error that isn't being caught anywhere.

ibdknox avatar Dec 13 '16 22:12 ibdknox