diff --git a/src/shell/wush/InputParser.ts b/src/shell/wush/InputParser.ts index e5fbcfe..a45fe4a 100644 --- a/src/shell/wush/InputParser.ts +++ b/src/shell/wush/InputParser.ts @@ -3,11 +3,11 @@ * Provides necessary parsing functions */ export class InputParser { - static Tokenize(input: string) { + // static Tokenize(input: string) { - } + // } - static Parse(tokens: string[]) { + // static Parse(tokens: string[]) { - } + // } }