call abstract method

List<int> call()

each operation is callable (when we call the parsed string, this is the method that'll be used)

Implementation

List<int> call();