From 26811811e0757344d0ba880a9f377a7e071c8903 Mon Sep 17 00:00:00 2001 From: Kouji Matsui Date: Mon, 6 Jan 2025 22:22:41 +0900 Subject: [PATCH] Updated readme. --- README.ja.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.ja.md b/README.ja.md index 9cb6ff1..56c9cce 100644 --- a/README.ja.md +++ b/README.ja.md @@ -25,6 +25,8 @@ ## これは何? +初めての方は [meta-build script repository](https://github.com/kekyo/chibicc-cil-build) も参照してください。 + chibicc-toolchainは、.NET CIL/CLR 上に [chibicc](https://github.com/rui314/chibicc) を移植するためのバックエンドとなる、CIL/MSILアセンブラ・リンカなどのツールチェインです。 このツールチェインで使用するCILアセンブラは、簡素な構文規則でCILアセンブリ言語を記述可能で、アセンブルを行い、.NETアセンブリファイルを出力することが出来ます。 以下はコード例です: diff --git a/README.md b/README.md index 45d9c3f..02ef547 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ ## What is this? +Please refer [meta-build script repository](https://github.com/kekyo/chibicc-cil-build) for first time. + chibicc-toolchain is a toolchain, including a CIL/MSIL assembler and a linker, that serves as a backend for porting [chibicc](https://github.com/rui314/chibicc) on .NET CIL/CLR. The CIL assembler used in this toolchain can write CIL assembly language with simple syntax rules, perform assembly, and output .