File:Simple Parse Tree 2.svg
Summary
Description |
English: Leftmost derivation of `1 + 1 + a` |
Date | |
Source | Own work |
Author | Pat Hawks |
SVG development | Category:Valid SVG created with Graphviz code#Simple%20Parse%20Tree%202.svg ![]() Category:Translation possible - SVGThis file uses embedded text that can be easily translated using a text editor. |
Source code | DOT Source codedigraph {
graph [nodesep=.66,ranksep=.5,splines=line,bgcolor="transparent"]
edge [penwidth=.75,arrowsize=.75]
node [shape=circle,style=filled,fillcolor="#cccccc",fontname="Source Code Pro,Ubuntu Mono",penwidth=1.5,width=0.5,margin=0,fontsize=18,label="S"]
a -> {b c d}
b -> {e f g}
e -> h
g -> i
d -> j
c,f [label="+"]
h,i [label="1"]
j [label="a"]
c,f,h,i,j [fillcolor="#ffffff"]
}
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.