From f8f3a94e6d9572bef0849b15752b81d0402bfc90 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 24 May 2010 02:01:22 +0200 Subject: finish! --- regexvis.html | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) (limited to 'regexvis.html') diff --git a/regexvis.html b/regexvis.html index a99b991..2b222d2 100644 --- a/regexvis.html +++ b/regexvis.html @@ -6,7 +6,7 @@ - Visualizing Regular Expressions (Patrick Simianer/'Endliche Automaten' SS2010) + Visualizing Regular Expressions (Patrick Simianer, 'Endliche Automaten', SS2010) @@ -44,40 +44,51 @@ - - + - - + - - + + + + +
Alphabet: + Alphabet: - +
Regular Expression: + Regular Expression: + value="Parse" disabled='disabled' autocomplete="off" onclick="uiParse();" />
Word: + Word: + value="Check" disabled='disabled' autocomplete="off" onclick="uiSimulate();" /> +
Make a Graph: +

- Reset + Reload

+ + +
-- cgit v1.2.3