Closed Noobware1 closed 1 year ago
@ethanblake4 i wanna add this ~/ operator can you tell me the steps?
Yeah that's pretty easy. Add the token type in binary.dart, declare the method in builtins.dart, and add the implementation to the $int class in num.dart.
binary.dart
builtins.dart
num.dart
Added it thanks.
@ethanblake4 i wanna add this ~/ operator can you tell me the steps?