vilterp / hobbes

an interpreted dynamic language. Philosophy: minimalist and sensible like Python, but everything's an object like Ruby and Smalltalk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parser is right-recursive

vilterp opened this issue · comments

a - b - c => a - (b - c), should be (a - b) - c