diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-16 08:26:22 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-16 08:26:22 -0800 |
commit | e3f664774ae58181e19689f3218e23ee867ee9ed (patch) | |
tree | 814ae97f268a5556fa512ec971f51ffdd3f037aa | |
parent | 492962468b6764a903ecba3d5cd2ed6751aed3ab (diff) | |
download | txr-e3f664774ae58181e19689f3218e23ee867ee9ed.tar.gz txr-e3f664774ae58181e19689f3218e23ee867ee9ed.tar.bz2 txr-e3f664774ae58181e19689f3218e23ee867ee9ed.zip |
Restore missing text.
-rw-r--r-- | txr.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2934,6 +2934,7 @@ some sense, the concept associated with that power. For instance, using complement, we can write a straightforward regular expression which matches C language comments. A C language comment is the digraph /*, followed by any string which does not contain the +closing sequence */, followed by that closing sequence. Examples of valid comments are /**/, /* abc */ or /***/. But C comments do not nest (cannot contain comments), so that /* /* nested */ */ actually consists of the comment /* /* nested */, |