Lexer Controls and VIs

Owning Palette: Advanced Classes, Controls, and VIs

Requires: Labstache

The Lexer class represents an object that can read in a stream of bytes and break groups of bytes into identified tokens.

Class ItemDescription
CreateCreates a new Lexer object.
DestroySafely destroys a Lexer object and cleans up any internally used resources. Once a Lexer object is destroyed, it cannot be used again and a new Lexer object must be created.
RunReads a Mustache template and creates tokens based on the content.