@article{ljunglof-2004-functional-10780, title = {Functional chart parsing of context-free grammars}, abstract = {This paper implements a simple and elegant version of bottom-up Kilbury chart parsing (Kilbury, 1985; Wir´en, 1992). This is one of the many chart parsing variants, which are all based on the data structure of charts. The chart parsing process uses inference rules to add new edges to the chart, and parsing is complete when no further edges can be added. One novel aspect of this implementation is that it doesnt have to rely on a global state for the implementation of the chart. This makes the code clean, elegant and declarative, while still having the same space and time complexity as the standard imperative implementations.}, journal = {Journal of Functional Programming}, author = {Ljunglöf, Peter}, year = {2004}, volume = {14}, number = {6}, pages = {669--680}, }