ethanblake4 / dart_eval

Extensible Dart interpreter for Dart with full interop

Home Page:https://pub.dev/packages/dart_eval

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Bitwise operators

madicd opened this issue · comments

This is a feature request to support bitwise operators:

  • <<
  • >>
  • &
  • |

https://dart.dev/language/operators

These are supported for ints in v0.6.1