CQCL / guppylang

Pythonic quantum-classical programming language
Apache License 2.0
18 stars 2 forks source link

feat: Turn bool into a numeric type #263

Open mark-koch opened 1 week ago

mark-koch commented 1 week ago

Following this PR, bools are treated as a numeric values as in Python.

Closes #264