📄 genparse.bat
字号:
SET BISON_SIMPLE=\bin\bison.simple
SET BISON_HAIRY=\bin\bison.hairy
cd RTree
del gram.tab.cpp
bison -dv gram.y
ren gram_tab.c gram.tab.cpp
ren gram_tab.h gram.tab.h
flex -It scan.l > scan.cpp
cd ..\RSTree
del gram.tab.cpp
bison -dv gram.y
ren gram_tab.c gram.tab.cpp
ren gram_tab.h gram.tab.h
flex -It scan.l > scan.cpp
cd ..\BTree
del gram.tab.cpp
bison -dv gram.y
ren gram_tab.c gram.tab.cpp
ren gram_tab.h gram.tab.h
flex -It scan.l > scan.cpp
cd ..
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -