This commit is contained in:
2025-12-22 00:02:19 +08:00
parent 2e02960f03
commit 720ae2bb26
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
│ ├── evaluator.hpp # Interpreter and Control flows │ ├── evaluator.hpp # Interpreter and Control flows
│ ├── warning.hpp # STD-Warnings │ ├── warning.hpp # STD-Warnings
├── ExampleCodes/ # Sample programs ├── ExampleCodes/ # Sample programs
├── VscodeExtension/ # vscode extension
├── .clang-format # Clang format styles ├── .clang-format # Clang format styles
├── test.fig # Test file (dev) ├── test.fig # Test file (dev)
├── LICENSE # Fig project license ├── LICENSE # Fig project license

View File

@@ -47,6 +47,7 @@
│ ├── evaluator.hpp # 解释器和控制流 │ ├── evaluator.hpp # 解释器和控制流
│ ├── warning.hpp # 标准警告 │ ├── warning.hpp # 标准警告
├── ExampleCodes/ # 示例程序 ├── ExampleCodes/ # 示例程序
├── VscodeExtension/ # vscode代码插件
├── .clang-format # Clang 格式化风格 ├── .clang-format # Clang 格式化风格
├── test.fig # 测试文件(开发用) ├── test.fig # 测试文件(开发用)
├── LICENSE # Fig 项目许可证 ├── LICENSE # Fig 项目许可证