Skip to content
Snippets Groups Projects
Commit 2236864b authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix example

parent 211a65cd
No related branches found
No related tags found
No related merge requests found
...@@ -220,7 +220,7 @@ execute cli::builtin::ReadFile ../examples2/automaton/DFA.txt | string::Parse au ...@@ -220,7 +220,7 @@ execute cli::builtin::ReadFile ../examples2/automaton/DFA.txt | string::Parse au
./aql2 -q 'execute automaton::simplify::efficient::EpsilonRemoverIncoming <\#stdin | automaton::determinize::Determinize - | automaton::simplify::Trim - | automaton::simplify::Minimize - | automaton::simplify::Normalize - >\#stdout' ./aql2 -q 'execute automaton::simplify::efficient::EpsilonRemoverIncoming <\#stdin | automaton::determinize::Determinize - | automaton::simplify::Trim - | automaton::simplify::Minimize - | automaton::simplify::Normalize - >\#stdout'
   
\noindent \noindent
echo "a + a" | ./aql2 -q "execute cli::builtin::ReadFile #stdin | string::Parse regexp::RegExp \^{} - | regexp::convert::ToAutomatonGlushkov (UnboundedRegExp) -" echo 'a + a' | ./aql2 -q 'execute cli::builtin::ReadFile \#stdin | string::Parse regexp::RegExp \^{} - | regexp::convert::ToAutomatonGlushkov (UnboundedRegExp) -'
   
\backmatter \backmatter
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment