Lex VI
Owning Palette: Advanced Classes, Controls, and VIs
Requires: Labstache
Reads a series of bytes and breaks it up into identified tokens. This is also known as "tokenizing", and it is the first action, or process, in compiling.
String
Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. | |
Input is a series of bytes stored as a LabVIEW string. Since Mustache templates are primarily used with text files, a string is used to represent the template. | |
Tokens is an array of identified and extracted Token objects. | |
Error Out contains error information. This provides standard error out functionality. Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
Reader
Reader represents an object that sequentially reads in bytes from a Mustache template. | |
Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. | |
Tokens is an array of identified and extracted Token objects. | |
Error Out contains error information. This provides standard error out functionality. Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |