diff options
| author | ruki <[email protected]> | 2021-09-27 22:45:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-27 22:45:17 +0800 |
| commit | 130d0f14a97915934eb2e82fda05b25ca7f7284f (patch) | |
| tree | 542c7f44ced54daaaae1782777432f8aa101e5da | |
| parent | 383c52d93446a72497b132ff6f38d2ef96817eeb (diff) | |
update readme
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | README_zh.md | 17 |
2 files changed, 18 insertions, 8 deletions
@@ -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 模块 ## 更多例子 |
