dollabs / pamela

Probabalistic Advanced Modeling and Execution Learning Architecture
Apache License 2.0
233 stars 13 forks source link

IR generation error for defpmethods with betweens, but no body #128

Closed tmarble closed 7 years ago

tmarble commented 7 years ago

There is an error in the IR for files that have an empty body, but do have between statements.. the IR accidentlly ends up in the :body of the fn (instead of the :betweens). Examples include:

dcerys commented 7 years ago

Sounds analogous to #122. Likely a similar parser bug.