Developing multi-platform and international edition of ISO Full BASIC.
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の書き換えが必要です。