Download List

專案描述

Developing multi-platform and international edition of ISO Full BASIC.

System Requirements

System requirement is not defined

發布 2022-10-02 09:36
BASIC_generic 0.7.3.0 (8 files 隱藏)

發布版本通知

BASIC_generic is an implementation of Full BASIC independent of CPU archtechtures and OS's.

Ver. 0.7 uses SynEdit conponent so as to enable break points setting. The source can be applied to Lazarus 1.6.2 to 2.2.0.

On porting to another platform, rewrite EOL's in sconsts.pas. MyUtils.pas and Stack.pas may need to be rewritten.

On Ver.0.7.3, Decmal 1000 digit mode and the Rationa numbers mode is added.

About the Decimal 13 digit mode,Ver. 0.7.2.is faster.

CPUおよびOSに依存しないFull BASIC処理系です。

FPC+Lazarusが動く環境であればFPC+Lazarusでコンパイルして実行できます。

Ver.0.7 は,SynEditコンポーネントを使用し,BreakPointの設定に対応します。

Lazarus 1.6.2~2.2.0 に対応します。

実行するためには,sconsts.pasでOSに応じた行末コードの設定が必要です。

その他,環境に応じて,MyUtils.pasとVStack.pasの書き換えが必要です。

Ver.0.7.3は,十進1000桁モードと有理数モードを追加しました。

ただし,十進モード13桁モードは,Ver. 0.7.2 のほうが高速です。

更動紀錄

Added Decimal 1000 digit mode and the rational numbers mode.

10進1000桁モードと有理数モードを追加した。