Skip to content

Commit 6344666

Browse files
committed
Merge branch 'master' of github.com:jleffler/scc-snapshots
When trying to push the 6.70 changes to the upstream, it refused to allow the merge until conflicts were resolved. This should resolve those conflicts.
2 parents 8f81ad7 + 429154c commit 6344666

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SCC: Strip C Comments — Snapshots
33

44
This repository contains the code for the SCC (Strip C Comments) program described in
5-
[Remove Comment from C/C++ Code](http://stackoverflow.com/questions/2394017/) on Stack Overflow.
5+
[Remove Comments from C/C++ Code](http://stackoverflow.com/questions/2394017/) on Stack Overflow.
66

77
There are currently 6 releases:
88
* 4.03 (2008-06-07)
@@ -13,3 +13,15 @@ There are currently 6 releases:
1313
* 6.60 (2016-06-12)
1414

1515
These are tagged release/x.yz. The code is all on branch master.
16+
17+
Version 5.05 handles C and older C++ code.
18+
It does not understand raw strings, or some of the other new features in C++
19+
(binary constants, punctuation in numbers, etc.).
20+
21+
Version 6.60 handles C and newer C++ code.
22+
It understands raw strings, binary constants and punctuation in numbers.
23+
It has a different, slightly more complex interface compared with version 5.05.
24+
25+
Neither version handles trigraphs (and neither version needs to handle digraphs).
26+
There are separate programs for adding or removing trigraphs and digraphs (called,
27+
unimaginatively, `trigraphs` and `digraphs`).

0 commit comments

Comments
 (0)