File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 22// Random Notes
33//===---------------------------------------------------------------------===//
44
5+ C90/C99/C++ Comparisons:
6+ http://david.tribble.com/text/cdiffs.htm
7+
8+
59//===---------------------------------------------------------------------===//
610Extensions:
711
Original file line number Diff line number Diff line change @@ -101,6 +101,9 @@ III. Current advantages over GCC:
101101 * Faster than GCC at parsing, lexing, and preprocessing.
102102 * Defers exposing platform-specific stuff to as late as possible, tracks use of
103103 platform-specific features (e.g. #ifdef PPC) to allow 'portable bytecodes'.
104+ * The lexer doesn't rely on the "lexer hack": it has no notion of scope and
105+ does not catagorize identifiers as types or variables, this is up to the
106+ parser to decide.
104107
105108Future Features:
106109
You can’t perform that action at this time.
0 commit comments