Files
webshell/src/shell/wush/InputParser.ts
2026-05-21 23:42:51 +02:00

14 lines
199 B
TypeScript

/**
* Wush input parser
* Provides necessary parsing functions
*/
export class InputParser {
// static Tokenize(input: string) {
// }
// static Parse(tokens: string[]) {
// }
}