issues
search
rindPHI
/
isla
The ISLa (Input Specification Language) language & solver.
https://isla.readthedocs.org
GNU General Public License v3.0
62
stars
8
forks
source link
[FEATURE] Language syntax wishlist
#70
Open
leonbett
opened
1 year ago
leonbett
commented
1 year ago
Unary minus would be cool. Currently, instead of writing
-48
, I use
(0 - 48)
.
For Infix-notation, could we have
%
and
/
operators instead of
mod
and
div
?
rindPHI
commented
1 year ago
Sounds doable, will keep it in mind :)
-48
, I use(0 - 48)
.%
and/
operators instead ofmod
anddiv
?