blob: 4262a60b00a45eb62e3b58b691a5b386745c4176 [file] [log] [blame]
// Copyright (c) 2014, 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.
/// Defines the tokens that are produced by the scanner, used by the parser, and
/// referenced from the [AST structure](ast.dart).
export 'package:front_end/src/scanner/token.dart'
show Keyword, Token, TokenType;