JT
|
a48616697a
|
Rename bitwise operators for readability (#5937)
|
2022-07-02 17:05:02 -05:00 |
|
Justin Ma
|
b82dccf0bd
|
Add band and bor operator for bit operations (#5936)
* Add `band` and `bor` Operator
* Add tests
|
2022-07-02 13:03:36 -05:00 |
|
Justin Ma
|
3917fda7ed
|
Update #4202: Add shift operator bshl and bshr for integers (#5928)
* Update #4202: Add shift operator bshl and bshr for integers
* Add more tests
|
2022-07-02 06:48:43 -05:00 |
|
JT
|
96a1bf5f8d
|
Experiment: Allow both $true/true and $false/false (#4696)
* Change true/false to keywords
* oops, clippy
* Both kinds of bools
* Add in some boolean variables
* disable py virtualenv test for now
|
2022-03-02 19:55:03 -05:00 |
|
JT
|
d603086d2f
|
Fix custom call scope leak, refactor tests (#580)
* Fix custom call scope leak, refactor tests
* Actually add tests
|
2021-12-26 06:39:42 +11:00 |
|