Skip to content

Commit

Permalink
implement parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksandr Zhuhrou committed Jun 19, 2012
1 parent cbe24ad commit 4908e82
Show file tree
Hide file tree
Showing 5 changed files with 286 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CompilerLib.dart
Expand Up @@ -2,7 +2,7 @@
// 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.

#library("hypcomm:edt:cmd");
#library("desntech:edt:cmd");
#import("Lib.dart");

void main() {
Expand Down
2 changes: 1 addition & 1 deletion Lib.dart
Expand Up @@ -2,7 +2,7 @@
// 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.

#library("hypcomm:edt");
#library("desntech:edt");
#import("dart:io");
#source("lib/args.dart");
#source("lib/args_utils.dart");
Expand Down
2 changes: 1 addition & 1 deletion RuntimeLib.dart
Expand Up @@ -4,5 +4,5 @@

//An runtime library contains support classes that needed for execution
//the template at runtime
#library("hypcomm:edt:runtime");
#library("desntech:edt:runtime");
#source("runtime/template.dart");

0 comments on commit 4908e82

Please sign in to comment.