0

I am wondering what metacharacters does dk.brics.automaton support.

Does it even not support . operator? When I give a.b to it, it gets into infinite loop until Err: OutOfMemory.

Is there any alternative to get the same purpose as .?

If you have ideas of which operators does dk.brics.automaton support, please help list them here.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
JackWM
  • 10,085
  • 22
  • 65
  • 92
  • You must have worked much on dk.brics.automaton . I am new to it and want to use it to compute the number of DFA states , transitions and memory taken by each state.Do you think this tool will help me in achieving these tasks? – Xara Jun 17 '13 at 14:35

1 Answers1

1

According to the grammar (http://www.brics.dk/automaton/doc/dk/brics/automaton/RegExp.html), that should work. Perhaps some of your code would help.

Marc Shapiro
  • 571
  • 2
  • 2