From 1e71a1be69e24f47346e120e5d59e03af027ceec Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=BA=95=E5=B1=82=E6=8A=80=E6=9C=AF=E6=A0=88?= <18588496441@163.com> Date: Sat, 11 Mar 2023 07:20:03 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: 底层技术栈 <18588496441@163.com> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1ff3b8b..c1a359d 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,21 @@ #### 介绍 一个完全自己编写的编译器框架, + 支持类C语法, + 支持Linux系统、x64和arm64平台、支持多值函数, + 支持用户自定义模块,并在它的基础上进行二次开发(创造自己的编程语言)。 a Simple Compiler Framework written by me completely. + support syntax like C, + support Linux and x86_64 and arm64 (aarch64), + support function with multi-return-values, + support user designed modules, so you can develop your own program language. I don't usually goto github, docs here is the standard one:( -- 2.25.1