Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #3017
| From | Christopher F Clark <christopher.f.clark@compiler-resources.com> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Table driven LL. |
| Date | 2022-05-22 12:24 +0300 |
| Organization | Compilers Central |
| Message-ID | <22-05-044@comp.compilers> (permalink) |
George Neuner speculated that table driven LL parsing is possible, and I will answer yes. When I was in college taking my compilers course (circa 1976) our teacher (Dr Burton J Smith who later ran Cray) had us implement a table driven LL parser (as well as a recursive descent one, and an LR one so that we would see the different techniques and how they applied--we also did a regular expression state machine as the first homework). One can also uses FAs to implement the rule selection process of LL (and do your rules as regular epxressions/FAs also). There are many combinations that work. Kind regards, Chris -- ****************************************************************************** Chris Clark email: christopher.f.clark@compiler-resources.com Compiler Resources, Inc. Web Site: http://world.std.com/~compres 23 Bailey Rd voice: (508) 435-5016 Berlin, MA 01503 USA twitter: @intel_chris ------------------------------------------------------------------------------
Back to comp.compilers | Previous | Next | Find similar
Table driven LL. Christopher F Clark <christopher.f.clark@compiler-resources.com> - 2022-05-22 12:24 +0300
csiph-web