sync: wip changes
This commit is contained in:
13
src/shell/wush/InputParser.ts
Normal file
13
src/shell/wush/InputParser.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Wush input parser
|
||||
* Provides necessary parsing functions
|
||||
*/
|
||||
export class InputParser {
|
||||
static Tokenize(input: string) {
|
||||
|
||||
}
|
||||
|
||||
static Parse(tokens: string[]) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user