A Visual Studio Code extension that provides Lenga support for the C programming language, offering advanced code visualization, transpilation capabilities, and an interactive development environment.
Getting Started
You will need to have the Lenga Server installed to proceed.
Prerequisites
Visual Studio Code 1.101.0 or higher
Lenga transpiler and lenga-server
Features
🔄 Bi-directional Transpilation
Convert C files to Lenga format (.c → .c.lenga) and back (.lenga → .c).
📊 c.lenga File Editor With Dual View Modes
Structured View: Familiar-looking code editor with hierarchical structure representation
Graph View: Function call graph visualization
Smart toggle between views with contextual button display
Keyboard shortcuts for quick view switching
Dedicated custom editor for .lenga files
Interactive node editing capabilities
Real-time syntax validation and error reporting
Debug mode with detailed execution information
Release Notes
0.0.1
Initial release of C Lenga Language Extension
Bi-directional transpilation between C and Lenga formats
Dual view modes (structured and graph visualization)