Rune - Add more 'bool' operators
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 8 Mar 2018 01:57:38 +0000 (17:57 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 8 Mar 2018 01:57:38 +0000 (17:57 -0800)
commita2d58e630ac23dbedd45c5e05e92776cd649a302
treef5560488a2fe342d14638b1889edb759b6c0b3de
parentc822ec9fb081a8a9b31b0d81fc1e02b6d5978026
Rune - Add more 'bool' operators

* 'bool' is now its own distinct class.  Add more operators that can
  handle it.  Needs work though, results are not masked and bool is
  currently defined as an 8-bit byte, so operators like '+' and '-' will
  give weird results.
libgen/gen_oper.c
libgen/run_oper.c