📄 readme
字号:
This directory contains an interoperability example for BYacc/J and JFlex(a small calculator)You need the parser generator byacc/j fromhttp://troi.lincom-asg.com/~rjamison/byacc/for this example to work (version byacc/j 1.1 has been tested).Use the Makefile to generate the lexer and parser.The example can then be started withjava Parserfiles:calc.flex JFlex specification for the lexical part of the arithmetic expressionscalc.y BYacc/J specification and main program for the calculator
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -