Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmenon committed Apr 1, 2013
1 parent 0a84555 commit 9769d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Start

Start is a simple 'toy' programming language for investigating different aspects of compiler implementation and optimization.

Start is based upon a subset of the Dart programming language, an optionally typed C-style programming language. This includes:
Start is based upon a subset of the [Dart programming language](http://www.dartlang.org), an optionally typed C-style programming language. This includes:

- top-level methods
- basic types: int, bool, List, dynamic
Expand Down

0 comments on commit 9769d63

Please sign in to comment.