Skip to content

Commit ae819a2

Browse files
committed
structure added
1 parent 9ab27a3 commit ae819a2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@
88

99
`flex`, `bison` for ROBDD frontend, `graphviz` for image generating.
1010

11+
~~~~mermaid
12+
flowchart LR
13+
subgraph Frontend
14+
Flex--"lexical symbol"-->Bison
15+
end
16+
subgraph Backend
17+
ROBDD
18+
end
19+
subgraph Visualization
20+
Graphviz
21+
end
22+
Bison<--"construct & reduce\nby LALR"-->ROBDD
23+
ROBDD--"format &\noutput"-->Graphviz
24+
~~~~
25+
1126
## Usage
1227

1328
`make ROBDD` compile to binary first.

0 commit comments

Comments
 (0)