|
![]() |
5.4 Table Representation and CompactionThe tables for both top-down and bottom-up parsing may be quite large for typical programming languages. Representation as a two-dimensional array, which would allow fast access, is impractical, spacewise, because the tables are sparse. Sparse array techniques or other efficient data structures are necassary. |