Set up documentation generation

This commit is contained in:
dcodeIO
2018-03-19 01:12:18 +01:00
parent c0973433d6
commit 0fef69e445
47 changed files with 523 additions and 119 deletions

View File

@ -1,6 +1,7 @@
/**
* @file A TypeScript parser for the AssemblyScript subset.
*/
* A TypeScript parser for the AssemblyScript subset.
* @module parser
*//***/
import {
Program,
@ -22,8 +23,8 @@ import {
} from "./diagnostics";
import {
normalize as normalizePath
} from "./util/path";
normalizePath
} from "./util";
import {
@ -34,7 +35,6 @@ import {
CommonTypeNode,
TypeNode,
SignatureNode,
CommentKind,
Expression,
AssertionKind,