fix: build errors
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
* Provides necessary parsing functions
|
* Provides necessary parsing functions
|
||||||
*/
|
*/
|
||||||
export class InputParser {
|
export class InputParser {
|
||||||
static Tokenize(input: string) {
|
// static Tokenize(input: string) {
|
||||||
|
|
||||||
}
|
// }
|
||||||
|
|
||||||
static Parse(tokens: string[]) {
|
// static Parse(tokens: string[]) {
|
||||||
|
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user