# xlang_ide **Repository Path**: xywhsoft/xlang_ide ## Basic Information - **Project Name**: xlang_ide - **Description**: xlang 的 IDE - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-06 - **Last Updated**: 2026-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xlang IDE Windows WinForms IDE for editing and running xlang projects. ## Current scope - Edit `.xl` files with xlang syntax highlighting, completion, hover tips, bookmarks, and fold markers. - Manage `.xlp` project files and `.xlw` workspaces. - Run, debug-run, and build through bundled `bin\xl.exe` and `bin\xldbg.exe`. - Create starter xlang console and blank projects. ## Repository layout - `TeemoBot IDE/` - main IDE source. - `CommandEdit/` - command/help JSON editor utility. - `Tools/ProjectMake/` - project template generator source. - `BinanyRelease/` - runnable release layout used by the IDE. ## Validation The bundled xlang smoke path is: ```bat BinanyRelease\bin\xl.exe run BinanyRelease\Project\Project1\src\main.xl BinanyRelease\bin\xl.exe build BinanyRelease\Project\Project1\src\main.xl --emit BinanyRelease\Project\Project1\bin\Project1.exe ```