|
|
 |
| Re: implementation for Parsing Expression Grammar? |
|
 |
|
 |
|
 |
|
 |
Author: Barb Knox Date: May 10, 2008 16:25
In article <48257ab7$0$29576$c83e3ef6@ nn1-read.tele2.net>,
Lars Rune Nøstdal gmail.com> wrote:
> Hi,
> Finite automata works for "nested things".
Only in the special case when the depth of nesting is bounded ahead of
time. If it's unbounded then there is an unbounded amount of "stack"
information that the automaton needs to remember, therefore a finite
automaton cannot do it.
That should be "Finite automata WORK ...", since "automata" is plural.
--
---------------------------
| BBB b \ Barbara at LivingHistory stop co stop uk
| B B aa rrr b |
| BBB a a r bbb | Quidquid latine dictum sit,
| B B a a r b b | altum viditur.
| BBB aa a r bbb |
-----------------------------
|
|
|
|
|
|
|
|