Changes between Version 18 and Version 19 of Ruby reference implementation


Ignore:
Timestamp:
Feb 9, 2008, 3:08:51 PM (16 years ago)
Author:
KOBAYASHI, Shinji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ruby reference implementation

    v18 v19  
    1111== 現在の状況 ==
    1212現在はopenEHR.jpのサーバに設けた[http://www.openehr.jp/browser/trunk/ruby リポジトリ]で開発を積み上げています。RubyによるADLパーサの試験的実装が行われており,17のADLファイルをパースできております。リポジトリからプロジェクトをチェックアウトするには以下のようにしてください。commitするには本ページに会員登録することが必要となります。
    13  svn co !http://openehr.jp/svn/openehr-jp/
     13 svn co !http://openehr.jp/svn/ruby/
    1414
    1515== Current Status ==
    1616We are mainly working on openEHR.jp [http://www.openehr.jp/browser/trunk/ruby repository]. A rudimentary implementation of Ruby ADL parser is succeeded in 17 ADL files so far. We are now going to implement openEHR models. How to check out the project from the repository is shown as bellow:
    1717Your account registration is required before commitment to the repository.
    18  svn co !http://openehr.jp/svn/openehr-jp/
     18 svn co !http://openehr.jp/svn/ruby/
    1919
    2020== Ruby言語について ==