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,8 +1,10 @@
/**
* @file Abstract Syntax Tree extras.
* Abstract Syntax Tree extras.
*
* Not needed in a standalone compiler but useful for testing the parser.
*/
*
* @module extra/ast
*//***/
import {
Node,
@ -82,12 +84,9 @@ import {
} from "../tokenizer";
import {
CharCode
} from "../util/charcode";
import {
CharCode,
indent
} from "../util/text";
} from "../util";
import {
CommonFlags