1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file.
4
5 #import('lang.dart', prefix: 'lang');
6 #import('leg/frog_leg.dart', prefix: 'leg');
7 #import('minfrog.dart', prefix: 'minfrog');
8
9 void main() {
10 lang.legCompile = leg.compile;
11 minfrog.main();
12 }
OLD
NEW
« no previous file with comments
|
« no previous file
|
frog/frog_leg.dart » ('j')
|
no next file with comments »
Issue 10081004: Remove frog dependencies from lib/compiler.
(Closed)
Created 8 years, 8 months ago by kasperl
Modified 8 years, 8 months ago
Reviewers: ahe
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Comments: 5