Resolving non-determinism in NFA
暂无分享,去创建一个
The paper describes the authors" experience in simulating nondeterministic finite state automata (NFA) using concurrent programming. The non-determinism is resolved simultaneously by activating a separate thread for all possible transition paths. The approach under discussion may be used to implement specific recognizers in the practice of language processors writing.
[1] Alfred V. Aho,et al. Compilers: Principles, Techniques, and Tools , 1986, Addison-Wesley series in computer science / World student series edition.
[2] Alfred V. Aho,et al. Compilers : principles, techniques, and tools / Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman , 1986 .
[3] Paul G. Sorenson,et al. The Theory And Practice of Compiler Writing , 1985 .