From 73a06a245670e025438e4e9505135e1c8e50efb5 Mon Sep 17 00:00:00 2001 From: randomguy3 Date: Mon, 9 Jan 2012 11:03:45 +0000 Subject: Move the website stuff out of tikzit into trunk git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@367 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64 --- www/htdocs/bnf.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 www/htdocs/bnf.txt (limited to 'www/htdocs/bnf.txt') diff --git a/www/htdocs/bnf.txt b/www/htdocs/bnf.txt new file mode 100644 index 0000000..e5be059 --- /dev/null +++ b/www/htdocs/bnf.txt @@ -0,0 +1,31 @@ + ::= "\begin{tikzpicture}" ? + * + "\end{tikzpicture}" + + ::= | | | + + ::= "\begin{pgfonlayer}" DELIMITED_STRING | + "\end{pgfonlayer}" + + ::= "[" ("," )* "]" + + ::= * "=" | * + + ::= WORD | number + + ::= * | QUOTED_STRING + + ::= "\node" ? + "at" DELIMITED_STRING ";" + + ::= "(" (NATURAL_NUMBER | WORD) (".center")? ")" + + ::= "(" NUMBER "," NUMBER ")" + + ::= "\draw" ? + "to" ? ( | "()") ";" + + ::= "node" ? DELIMITED_STRING + + ::= "\path" "[use as bounding box]" + "rectangle" ";" -- cgit v1.2.3