First upload version 0.0.1
This commit is contained in:
11
node_modules/node-llama-cpp/dist/utils/gbnfJson/terminals/GbnfNull.js
generated
vendored
Normal file
11
node_modules/node-llama-cpp/dist/utils/gbnfJson/terminals/GbnfNull.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { GbnfTerminal } from "../GbnfTerminal.js";
|
||||
import { reservedRuleNames } from "./gbnfConsts.js";
|
||||
export class GbnfNull extends GbnfTerminal {
|
||||
getGrammar() {
|
||||
return '"null"';
|
||||
}
|
||||
getRuleName() {
|
||||
return reservedRuleNames.null;
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=GbnfNull.js.map
|
||||
Reference in New Issue
Block a user