readme

来自「java语法解释器生成器」· 代码 · 共 23 行

TXT
23
字号
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 + =
减小字号Ctrl + -
显示快捷键?