news
来自「这是一个软件水平资格考试中使用的CASL汇编语言的编译器,实现文件中包括一个编译」· 代码 · 共 32 行
TXT
32 行
Bison News
----------
Changes in version 1.23:
The user can define YYPARSE_PARAM as the name of an argument to be
passed into yyparse. The argument should have type void *. It should
actually point to an object. Grammar actions can access the variable
by casting it to the proper pointer type.
Error in printing reductions fixed.
Line numbers in output file corrected.
Configuration and compilation problems fixed.
Changes in version 1.22:
--help option added.
Configuration and compilation problems fixed.
Changes in version 1.21:
Configuration and compilation problems fixed.
Changes in version 1.20:
Output file does not redefine const for C++.
Configuration and compilation problems fixed.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?