meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
scan_statement [2020/09/26 22:27] – [The SCAN construct also allows the newer LOOKBEHIND construct.] revuskyscan_statement [2020/09/26 22:29] – [The newer SCAN construct allows you to use the newer "lookbehind" construct] revusky
Line 161: Line 161:
 In this case, because I think it is so common, we decided to allow this. And, in fact, you can see that this is already used in internal development, for example [[https://github.com/javacc21/javacc21/blob/master/src/main/grammars/JavaCC.javacc#L1028|here]]. In this case, because I think it is so common, we decided to allow this. And, in fact, you can see that this is already used in internal development, for example [[https://github.com/javacc21/javacc21/blob/master/src/main/grammars/JavaCC.javacc#L1028|here]].
  
-==== The newer SCAN construct allows you to use the newer "lookbehind" construct ==== 
- 
-This is documented separately. 
  
 ==== Recap ==== ==== Recap ====