Restructure types; Add a use-case specific options parser; Allow (re)creation of specific parser fixtures

This commit is contained in:
dcodeIO
2018-07-03 03:06:01 +02:00
parent 82da2d1f6d
commit 5ca5df3dc7
29 changed files with 486 additions and 279 deletions

View File

@ -76,12 +76,10 @@ import {
ParameterNode,
ParameterKind,
ExportMember,
SwitchCase,
DeclarationStatement
SwitchCase
} from "../ast";
import {
Token,
operatorTokenToString
} from "../tokenizer";