| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix examples to include return type on main function | Mustafa Quraish | 2022-02-02 | 1 | -1/+1 |
| | | | | | With the fancy new type checking these are now required. | ||||
| * | Add relational and logical operators + refactor binop parser | Mustafa Quraish | 2022-01-29 | 1 | -0/+3 |
| We now support OR and AND with short circuiting! (Yet to be tested since we don't yet have local variables to play with). The binop parser took a bit of an overhaul factoring out the common code so that it's easier to describe the operator precendence relationships without being overly repetitive. | |||||