Skip to content

csharp syntax tree to dot language powered by roslyn

Notifications You must be signed in to change notification settings

bouchraRekhadda/cs2dots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# syntax to graph tools

Modules

all parts in this repository are:

  • global.json
    • for vscode
  • build.ps1
    • build vscode extension
  • src/Cs2Dots.Lib
    • main library for C# syntax tree to dot language
  • src/Cs2Dots
    • commandline frontend
  • src/Cs2DotsWeb
    • web interface
  • src/cs-syntax-visualizer
    • extension for visual studio code

Build requirements

Runtime requirements

Build

if you want to build,you must install following npm modules in global

  • typescript
  • vsce

then,execute build.ps1 by powershell. build end,you find all built modules are in dist folder

About

csharp syntax tree to dot language powered by roslyn

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 51.8%
  • TypeScript 41.7%
  • JavaScript 5.5%
  • PowerShell 1.0%