JIS Full BASIC規格のBASIC処理系 十進BASICのマルチプラットフォーム化および国際化。
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の書き換えが必要です。