readcuiksystem.l File Reference

Detailed Description

Lexical analizer of .cuik files. This file is processed by lex to produce a C parser. This file contains the keyword and regular expressions accepted in .cuik files.

See Also
readcuiksystem.y.

Definition in file readcuiksystem.l.

Functions

int Readcuiksystemwrap ()
 Function called at the end of the parsing process. More...
 

Function Documentation

int Readcuiksystemwrap ( )

This function is automatically called by the parser at the end of a file. If 1 is returned the lexical analysis is stopped.

Returns
1 to stop the parsing.

Definition at line 335 of file readcuiksystem.l.