| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
| |
Rename `project_path` argument to `project` in help output and code, and
align help text formatting.
|
| | |
|
| | |
|
| |
|
|
|
| |
Add a fallback module providing a help command that displays usage
information for the tool.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
Add initial Rust project for converting tscn files to bsn format,
including Cargo configuration and Zed editor settings for rust-analyzer
with clippy checks enabled.
|