mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-02-06 19:11:58 +08:00
- Extract FILE: lines from program.st similar to DBG: line extraction - Write extracted files to ./core directory with proper path handling - Support subdirectories (e.g., FILE:test/abc.txt -> ./core/test/abc.txt) - Remove FILE: and DBG: lines from program.st before MatIEC compilation - No fallback .blank files needed for FILE: content Co-Authored-By: Thiago Alves <thiagoralves@gmail.com>