4d-check-syntax
Installation
SKILL.md
4D Syntax Checker
Compile a 4D project to check for syntax errors and type mismatches.
Prerequisites
Uses the 4d-run skill to execute the compilation method. Ensure tool4d is available:
- Install 4D-Analyzer extension in VS Code/Antigravity, OR
- Set
TOOL4Denvironment variable to point to tool4d executable
The _compile Method
Compilation requires a _compile method in the project. If not present, copy assets/_compile.4dm to Project/Sources/Methods/_compile.4dm.