Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diagrams Build Status codecov

Draw state and flowchart diagrams from text

Example

Note that # denotes comment line

# DEFINITIONS
a := "Off State"                   # Variable 'a' definition
b := "On State"                    # Variable 'b' definition
c := "Transition State"            # Variable 'c' definition


# Rules

(a) -> [b] -> (c)

#/"curr state"/ -> /"man"/
#
#
## Vertical layout
#(a) -> (b) <- [c]
#["another state"] -> ("bibek")``

resulsts in the following diagram:

Sample result

About

Draw state and flowchart diagrams from text

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages