Skip to content

Commit

Permalink
README更新
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed May 21, 2012
1 parent 18ae972 commit d5f096c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README
Expand Up @@ -85,8 +85,12 @@ $O_WRONLY
$O_RDWR
$O_CREAT


[directory]
vm/ => VirtualMachine
core/ => ブートストラップとなるミニマムなパーサなどが定義されたバイトコードを生成する
???/ => coreで生成されたバイトコードの上に構築されたscheme処理系
[memo]
TODO:
- namespace or module or package
- type system (optional)
- 型推論、オプショナルな型指定、コンパイル時の型情報取得
- minimul OOP
- class, method, trait
- exception
# - generic function

0 comments on commit d5f096c

Please sign in to comment.