Download List

專案描述

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

System Requirements

System requirement is not defined

發布 2022-09-19 16:15
BASIC_generic 0.7.2.2 (6 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.
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の書き換えが必要です。

更動紀錄

Modified so that Stack Overflow shall be detected.

スタックオーバーフローを処理するように修正した。