Main Page | Data Structures | File List | Data Fields | Globals

LUAU_parsedLine Struct Reference

A line of input sorted into its identifier and its arguments. More...

#include <parse.h>


Data Fields

char * keyword
GPtrArray * args


Detailed Description

A line of input sorted into its identifier and its arguments.

Definition at line 38 of file parse.h.


Field Documentation

GPtrArray* LUAU_parsedLine::args
 

any extra arguments

Definition at line 40 of file parse.h.

Referenced by lutil_parse_freeParsedLine(), and lutil_parse_parseLine().

char* LUAU_parsedLine::keyword
 

The line identifier

Definition at line 39 of file parse.h.

Referenced by lutil_parse_freeParsedLine(), and lutil_parse_parseLine().


The documentation for this struct was generated from the following file:
Generated on Mon Apr 12 22:17:12 2004 for luau by doxygen 1.3.2