Still WIP

This commit is contained in:
barsdeveloper
2024-05-28 16:44:39 +02:00
parent 70b4cabb97
commit 1c2778fbf8
62 changed files with 2480 additions and 2853 deletions

View File

@@ -2,10 +2,6 @@ import Parsernostrum from "parsernostrum"
export default class Serializable {
static grammar = this.createGrammar()
/** @protected */
static createGrammar() {
return /** @type {Parsernostrum<any>} */(Parsernostrum.failure())
}
/** @type {Parsernostrum<any>} */
static grammar = Parsernostrum.failure()
}