qdbplang / qdbp

MIT License
51 stars 1 forks source link

New operators #48

Open dghosef opened 1 year ago

dghosef commented 1 year ago

Operators we need:

dghosef commented 1 year ago

Also, should operators returning bools return a bool prototype or just a variant? Thinking prototype

dghosef commented 1 year ago

Also, labels should be 0, 1, 2, etc so it can compile into a lookup table

dghosef commented 7 months ago

Also add comparison operator that returns #Greater, #Less, or #Equal