[Overview][Types][Classes] Reference for unit 'uWordList' (#pLua)

Reference for unit 'uWordList'

uses

  Classes,

  SysUtils;

Overview

The uWordList unit contains a TWordList class that implements a basic DAWG (Directed Acyclic Word Graph). While this class was not created explicitly for use with pLua it provides a fast word searching ability that we really need within a scripting engine. One of the advantages of this implementation are that it allows for data to be attached to a word or a letter within a word.

In reality, you don't need to pay attention to this unit at all. The help file has been placed here in case you find need for a fast word manager within your project, and because the pLuaObject methods and types make use of the TWordList class.