Skip to content

petermora/nimDot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimDot

Generating Graphviz dot files from Nim source code

This code searches for functions (procs) in Nim's libraries which are manipulating container types (seq, Table, etc.), or other basic types (string, expr, float, etc.). Then it creates a Graphviz dot file for each of these showing what type of parameters are required for these functions. Some example png files generated from these dot files (see output folder for all of them):

Table

openArray

About

Generating Graphviz dot files from Nim source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages