Skip to content

Latest commit

 

History

History

codegen-visualizer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Codegen Visualizer

This example uses swift-bridge's module parser and code generator at runtime in order to show you the Rust, Swift and C code that gets generates for a bridge module.

You can type in the top-left code editor and the swift-bridge generated code will appear in the other three panes.

To Run

git clone https://github.com/chinedufn/swift-bridge
cd swift-bridge/examples/codegen-visualizer

open CodegenVisualizer/CodegenVisualizer.xcodeproj
# Click the "Run" button at the top left of Xcode

Screenshots

#Codegen visualizer