source: dev/trunk/abdev/BasicCompiler32

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @365   16 years dai_9181 32ビットコンパイラでグローバル領域のTryスコープが正常にコンパイルできないバグを修正。 …
(edit) @364   16 years dai_9181 Throw→Catch間のパラメータ引渡しに対応。 グローバル領域でのTryスコープを可能にした。これで例外処理機構実装完了。 …
(edit) @363   16 years dai_9181 32ビットコンパイラが落ちるので一時的な対処をした
(edit) @359   16 years dai_9181 例外処理機構実装中…
(edit) @358   16 years dai_9181 Try-Catchを試験的に実装。 (まだ下記の動作しか実装していません) ・Try ・Catch(パラメータ無し) ・Throw(パラメータ無し)
(edit) @357   16 years dai_9181 例外処理機構実装中…
(edit) @355   16 years dai_9181 静的領域に初期オブジェクトを配置可能にした
(edit) @354   17 years dai_9181 オブジェクトからインターフェイスへのキャスト時に必要なだけメモリが確保できていないバグを修正。
(edit) @353   17 years dai_9181 インターフェイス実装周りの仕様整備
(edit) @350   17 years dai_9181 インターフェイスを実装
(edit) @349   17 years dai_9181 インターフェイス実装中…
(edit) @348   17 years dai_9181
(edit) @347   17 years dai_9181
(edit) @346   17 years dai_9181
(edit) @344   17 years dai_9181
(edit) @343   17 years dai_9181
(edit) @342   17 years dai_9181 vtblの構造を変更。vtblMasterListをはさんでvtblを表現した。 その他メンバ名変更。 ClassPrototypeクラスを追加。
(edit) @339   17 years dai_9181 64ビットコンパイラもデリゲートに対応させた
(edit) @338   17 years dai_9181 デリゲートエラーチェックのバグを修正
(edit) @337   17 years dai_9181 デリゲートにエラーチェックを仕込んだ
(edit) @336   17 years dai_9181 静的メソッドのデリゲートに対応
(edit) @335   17 years dai_9181
(edit) @334   17 years dai_9181
(edit) @332   17 years dai_9181
(edit) @331   17 years dai_9181 AddressOfの左辺値を加味した処理を簡潔にした
(edit) @329   17 years dai_9181 "obj+=value" など、オブジェクトに対する代入演算の構文を "obj=obj+value" と置換して解釈するようにした。
(edit) @327   17 years dai_9181 デリゲートのベースがほぼ実装できた
(edit) @326   17 years dai_9181 メソッドの重複チェックで戻り値も判定するよにうにした
(edit) @325   17 years dai_9181
(edit) @324   17 years dai_9181
(edit) @322   17 years dai_9181 コンパイラ組み込みテンプレートエンジンを実装。 静的リンクライブラリ、デバッグ情報の内部形式をテキストからバイナリに変更した。
(edit) @320   17 years dai_9181 パラメータを一つ以上有し、戻り値が構造体の関数またはメソッドの呼び出しがコンパイルエラーになってしまうバグを修正。
(edit) @319   17 years dai_9181 GCのバグをいくつか修正
(edit) @316   17 years dai_9181
(edit) @312   17 years dai_9181 バージョン情報をver.hに独立させた。
(edit) @308   17 years dai_9181 静的リンクライブラリにより、複数のグローバル領域が存在することになったのでそれぞれを関数ベースに分けた
(edit) @307   17 years dai_9181 構造体をクラスメソッドの戻り値にしたときにThisポインタが正常に引き渡されないバグを修正。
(edit) @306   17 years dai_9181 Protectedメソッドを派生クラス内のメソッドでSuperと指定するとエラーになるバグを修正。 …
(edit) @304   17 years dai_9181 Superが機能しないバグを修正。 ソースコードが小さいとソース付加に失敗するバグを修正。
(edit) @303   17 years dai_9181 ()と[]が組み合わさった複数行に渡るコードステップの字句解析を可能にした。
(edit) @301   17 years dai_9181
(edit) @299   17 years dai_9181
(edit) @294   17 years dai_9181
(edit) @293   17 years dai_9181
(edit) @292   17 years dai_9181
(edit) @290   17 years dai_9181 ジェネリクスのベースを実装
(edit) @288   17 years dai_9181
(edit) @287   17 years dai_9181 Binaryクラスを追加
(edit) @285   17 years dai_9181
(edit) @284   17 years dai_9181
(edit) @283   17 years dai_9181
(edit) @282   17 years dai_9181 vtbl構築をコード生成後(最終リンクの前)に行うようにした
(edit) @281   17 years dai_9181
(edit) @280   17 years dai_9181
(edit) @279   17 years dai_9181 sourceをObjectModuleに入れた
(edit) @278   17 years dai_9181
(edit) @277   17 years dai_9181 DllProc::pNextDataを排除した
(edit) @276   17 years dai_9181
(edit) @275   17 years dai_9181
(edit) @273   17 years dai_9181
(edit) @272   17 years dai_9181
(edit) @271   17 years dai_9181
(edit) @270   17 years dai_9181
(edit) @269   17 years dai_9181
(edit) @268   17 years dai_9181
(edit) @266   17 years dai_9181 BasicSourceのシリアライズがうまくいっていない
(edit) @265   17 years dai_9181
(edit) @263   17 years dai_9181
(edit) @261   17 years dai_9181
(edit) @260   17 years dai_9181 Labelクラスをリファクタリング
(edit) @259   17 years dai_9181
(edit) @258   17 years dai_9181 Linkerの骨格を作成した
(edit) @257   17 years dai_9181
(edit) @256   17 years dai_9181 MetaImplを廃止し、Metaにした。 ObjectModuleクラス、Linkerクラスを用意。
(edit) @254   17 years dai_9181
(edit) @253   17 years dai_9181
(edit) @252   17 years dai_9181 SystemProcのリファクタリング
(edit) @251   17 years dai_9181
(edit) @250   17 years dai_9181 Selectステートメントのスケジュール機構をリファクタリング
(edit) @248   17 years dai_9181 BreakPertialScheduleをリファクタリング
(edit) @247   17 years dai_9181 Exit Subスケジュールをリファクタリングした
(edit) @246   17 years dai_9181
(edit) @245   17 years dai_9181
(edit) @244   17 years dai_9181
(edit) @243   17 years dai_9181
(edit) @241   17 years dai_9181
(edit) @240   17 years dai_9181
(edit) @238   17 years dai_9181
(edit) @237   17 years dai_9181
(edit) @236   17 years dai_9181
(edit) @235   17 years dai_9181
(edit) @234   17 years dai_9181
(edit) @233   17 years dai_9181
(edit) @232   17 years dai_9181
(edit) @231   17 years dai_9181
(edit) @230   17 years dai_9181
(edit) @229   17 years dai_9181
(edit) @227   17 years dai_9181
(edit) @226   17 years dai_9181
(edit) @225   17 years dai_9181 CodeGeneratorクラスのベースを実装
Note: See TracRevisionLog for help on using the revision log.