toSource method

Future<String> toSource()

parse program to source code

Implementation

Future<String> toSource() async {
  return await disassemble();
}