polystat / odin

Object Dependency Inspector
10 stars 2 forks source link

Single line abstractions are not supported #19

Closed nikololiahim closed 2 years ago

nikololiahim commented 2 years ago

The following examples from the paper are not recognized by the parser:

(dir "/tmp").walk
  * ([f] (f.is-dir > @))
[x] (x.add 1 > succ) (x.sub 1 > prev)
nikololiahim commented 2 years ago

Was resolved in #28.