rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Allow "NOT", "AND", "OR", "XOR" in addition to the symbols to make the language more readable #658

Closed rlwhitcomb closed 7 months ago

rlwhitcomb commented 7 months ago

Where: && = AND || = OR ! = NOT (but only preceding the expression, so as not to be confused with ! as factorial) ^^ = XOR

Possibly allow the and not and etc. combinations as well ...