| Class | Description |
|---|---|
| WhileyFileLexer |
Split a source file into a list of tokens.
|
| WhileyFileLexer.Token |
The base class for all tokens.
|
| WhileyFileParser |
Convert a list of tokens into an Abstract Syntax Tree (AST) representing the
original source file in question.
|
| WhileyFilePrinter |
Responsible for "pretty printing" a Whiley File.
|
| Enum | Description |
|---|---|
| WhileyFileLexer.Token.Kind |
Copyright © 2017. All rights reserved.