From 130d0f14a97915934eb2e82fda05b25ca7f7284f Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 27 Sep 2021 22:45:17 +0800 Subject: update readme --- README.md | 9 +++++++-- README_zh.md | 17 +++++++++++------ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 009758828..3d5b1334c 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ fpc Free Pascal Programming Language Compiler * Vala * Pascal -## Support Features +## Supported Features * Simple project configuration syntax * Direct build support, without relying on any third-party back-end make tools @@ -273,8 +273,13 @@ fpc Free Pascal Programming Language Compiler * WDK Driver (umdf/kmdf/wdm) * WinSDK Application * MFC Application -* iOS/MacOS Application +* iOS/MacOS Application (Support .metal) * Framework and Bundle Program (iOS/MacOS) +* SWIG Modules (Lua, python, ...) +* Luarocks Modules +* Protobuf Program +* Lex/yacc program +* C++20 Modules ## More Examples diff --git a/README_zh.md b/README_zh.md index 14ef4938d..fb0f9d19e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -274,13 +274,18 @@ fpc Free Pascal Programming Language Compiler * 静态库程序 * 动态库类型 * 控制台程序 -* Cuda程序 -* Qt应用程序 -* WDK驱动程序 -* WinSDK应用程序 -* MFC应用程序 -* iOS/MacOS应用程序 +* Cuda 程序 +* Qt 应用程序 +* WDK 驱动程序 +* WinSDK 应用程序 +* MFC 应用程序 +* iOS/MacOS 应用程序(支持.metal) * Framework和Bundle程序(iOS/MacOS) +* SWIG 模块 (Lua, python, ...) +* Luarocks 模块 +* Protobuf 程序 +* Lex/yacc 程序 +* C++20 模块 ## 更多例子 -- cgit v1.3.1