aboutsummaryrefslogtreecommitdiff
path: root/tools/tscn-to-bsn/src/err/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(build-cache): write uid map to JSON cache file魏曹先生7 days1-0/+1
|
* feat(tscn-to-bsn): switch to git dependency and add converter binary魏曹先生7 days1-0/+3
Restructure the tool to use mingling from git with pathf feature, add a dedicated tscn2bsn binary, and implement: - Full TSCN syntax parser as a 1:1 replica of Godot's parsing logic - AST representation with line numbers for error reporting - Conversion command that reads TSCN, parses to AST, and serializes to RON - Error handlers for IO, RON, and parse errors