File:Simple Parse Tree 1.svg

Summary

Description
English: Rightmost derivation of `1 + 1 + a`
Date
Source Own work
Author Pat Hawks
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with Graphviz.
Category:Valid SVG created with Graphviz code#Simple%20Parse%20Tree%201.svg
 
Category:Translation possible - SVGThis file uses embedded text that can be easily translated using a text editor.
Source code
InfoField

DOT Source code

digraph {
	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 -> {d c b}
	b -> {e f g}
	e -> h
	g -> i
	d -> j

	c,f [label="+"]
	j,h [label="1"]
	i [label="a"]
	c,f,h,i,j [fillcolor="#ffffff"]
}

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution
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.
Category:CC-BY-4.0#Simple%20Parse%20Tree%201.svg
Category:Self-published work Category:Syntax trees Category:Images with Graphviz source code
Category:CC-BY-4.0 Category:Images with Graphviz source code Category:Self-published work Category:Syntax trees Category:Translation possible - SVG Category:Valid SVG created with Graphviz code