Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
t3tra-dev committed Feb 15, 2025
1 parent 7aa417d commit a5ede39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CPython とは異なる形で静的型付けのように扱いながらPythonソ
```text
├── .gitignore
├── .python-version # Python のバージョン指定 (3.12)
├── .vscode # VSCode 用設定ファイル
├── .vscode/ # VSCode 用設定ファイル
│ ├── settings.json
│ └── c_cpp_properties.json
├── bench.py # ベンチマーク用スクリプト
Expand All @@ -64,9 +64,8 @@ CPython とは異なる形で静的型付けのように扱いながらPythonソ
│ ├── functions.h
│ ├── types.c
│ └── types.h
├── samples/ # 他言語から生成したIRのサンプル
├── Makefile # ランタイムのビルド用
├── sample.c # C のサンプルコード
├── sample.ll # 上記 C コードを LLVM IR 化した例
├── source.py # Python のサンプルコード
├── source.py.ll # source.py を LLVM IR 化した例
├── source.py.s # さらにアセンブリまで生成した例
Expand Down

0 comments on commit a5ede39

Please sign in to comment.