Changes between Version 16 and Version 17 of PIRCDevelopment

Show
Ignore:
Timestamp:
08/06/09 17:16:12 (12 years ago)
Author:
kjs
Comment:

more updates.

Legend:

Unmodified
Added
Removed
Modified
  • PIRCDevelopment

    v16 v17  
    149149For this discussion, it is assumed you have a basic understanding of the Flex program. For instance, you need to know what "state" means in Flex context. If you don't know, please refer to [http://flex.sourceforge.net/manual/ the Flex documentation page]. 
    150150 
     151In order to make the heredoc preprocessor reentrant, no global variables are used. Instead, lines [source:/trunk/compilers/pirc/src/hdocprep.l#L83 83 to 98] define a struct global_state.  
     152 
    151153== Macro layer == 
    152154