# roarlang_interpreter_c **Repository Path**: openblock/interpreter_c ## Basic Information - **Project Name**: roarlang_interpreter_c - **Description**: 狮偶字节码C语言解释器。 符合C11标准。 - **Primary Language**: C/C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-07 - **Last Updated**: 2025-11-12 ## Categories & Tags **Categories**: scripting-language **Tags**: None ## README # 基线 clang version 21.1.0 Ninja 1.13.1 nodejs 22.3.0 CMake 4.1.1 esp-idf 5.5.1 # 构建 ## PC(生成roar.c,并调用cmake编译) ``` node script/build.js --type=EXECUTABLE node script/build.js --type=STATIC node script/build.js --type=SHARED node script/build.js --test=1 --type=EXECUTABLE ``` ## esp32(使用 roar.c) ``` cd esp32 idf.py set-target esp32s3 idf.py build ```