knownbugs.txt
来自「this is a lp0 compilator new」· 文本 代码 · 共 19 行
TXT
19 行
List of Know Bugs in the Compx timing Tool ------------------------------------------970131------1) Is a procedure is called without being declared, the program will generate a sementation fault when the maple expression is generated. This is due to the fact that a unique maple function name is generated when the existence of the procedure / function identifier is set. Likely Fix : This should really be something that is caught by the parser. In Pascal, all procedures ( and functions ) should be delclared ( at least if not defined ) before use.2) The maple expressions are not printed in a dependent order.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?