blob: a20586ade1d6f9fc0478a0cee110b32bf2f86782 [file] [log] [blame]
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:front_end/src/fasta/parser/main.dart' as dart_parser;
main(List<String> arguments) => dart_parser.main(arguments);