Download List

專案描述

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

System Requirements

System requirement is not defined

發布 2021-06-19 11:54
BASIC_generic 0.5.2.3 (1 files 隱藏)

發布版本通知

BASIC_generic is an implementation of Full BASIC independent of CPU's and OS's. 
Ver. 0.5 does not use Synedit component,  so it work on the environment where Synedit does not work good, but break points do not work.
The source can be applied to
 FPC 3.0.0 + Lazarus 1.6.2
 FPC 3.0.2 + Lazarus 1.6.4
 FPC 3.0.4 + Lazarus 1.8.0 
On porting to another platform, rewrite EOL's in sconsts.pas.
MyUtils.pas and Stack.pas may need to be rewritten.. 
CPUおよびOSに依存しないFull BASIC処理系です。
FPC+Lazarusが動く環境であればFPC+Lazarusでコンパイルして実行できます。
Ver. 0.5はSyneditコンポーネントを使用しないのでSyneditの動作に問題のある環境でも動作しますが,Break Pointの設定ができません。
FPC 3.0.0 + Lazarus 1.6.2
FPC 3.0.2 + Lazarus 1.6.4
FPC 3.0.4 + Lazarus 1.8.0
 に対応します。
 実行するためには,sconsts.pasでOSに応じた行末コードの設定が必要です。
その他,環境に応じて,MyUtils.pasとVStack.pasの書き換えが必要です。

更動紀錄

Fixed the bug in the ROUND function on OPTION ARITHMETIC DECIMAL designated.

OPTION ARITHMETIC DECIMALを指定したとき,ROUND関数が正しく機能しないバグを修正した。