Skip to content

Commit 96f7881

Browse files
authored
Update parser.js
1 parent b532b41 commit 96f7881

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/parser.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
try {
2-
var { hanzi2num, hanzi2numstr, num2hanzi } = require("./hanzi2num");
2+
var { hanzi2num, hanzi2numstr, num2hanzi, bool2hanzi } = require("./hanzi2num");
33
var hanzi2pinyin = require("./hanzi2pinyin");
44
var STDLIB = require("./stdlib");
55
var { NUMBER_KEYWORDS, KEYWORDS } = require("./keywords");
@@ -761,6 +761,7 @@ var parser = {
761761
hanzi2num,
762762
hanzi2numstr,
763763
num2hanzi,
764+
bool2hanzi,
764765
hanzi2pinyin,
765766
KEYWORDS,
766767
NUMBER_KEYWORDS,

0 commit comments

Comments
 (0)