I\'m building a program that use the Dart\'s AST library, and it works fine as long as I use the Dart interpreter to run the program (dart filename.dart).
dart filename.dart
On