dollabs / pamela

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

Fixed #3 Grammar analyze and pamela disagree #3

Closed tmarble closed 8 years ago

tmarble commented 8 years ago

For defpmethod the grammar says the condition map is optional: defpmethod = symbol cond-map? args fn? between-stmt* ...but the implementation assumed it was always present.

Also

Signed-off-by: Tom Marble tmarble@info9.net