Documentation ¶
Overview ¶
This is a *generic* implementation of a lexer. gengen should be used to create a specific version of this lexer. If this file does not contain the gengen package, then it has already been generated by gengen. TODO: remove this hack if/when golang ever supports proper generics.
parser package defines the parser and lexer for translating a *supported subset* of WebIDL (http://www.w3.org/TR/WebIDL/) into an AST.
Copyright 2015 The Serulian Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
View Source
const EOFRUNE = -1
Variables ¶
This section is empty.
Functions ¶
func DumpString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.