repos / gbc

GBC - Go B Compiler
git clone https://github.com/xplshn/gbc.git

commit
1c7a017
parent
5695046
author
xplshn
date
2025-08-24 02:47:36 +0000 UTC
Update README.md
1 files changed,  +2, -2
M README.md
+2, -2
 1@@ -54,8 +54,8 @@ This compiler is a project aiming to make a valid B compiler, with _optional_ sy
 2         b-esc                                          Warn on usage of B-style '*' escapes.                               |x|
 3         b-ops                                          Warn on usage of B-style assignment operators like '=+'.            |x|
 4         c-comments                                     Warn on usage of non-standard C-style '//' comments.                |-|
 5-        c-esc                                          Warn on usage of C-style '\' escapes.                               |x|
 6-        c-ops                                          Warn on usage of C-style assignment operators like '+='.            |x|
 7+        c-esc                                          Warn on usage of C-style '\' escapes.                               |-|
 8+        c-ops                                          Warn on usage of C-style assignment operators like '+='.            |-|
 9         extra                                          Enable extra miscellaneous warnings.                                |x|
10         implicit-decl                                  Warn about implicit function or variable declarations.              |x|
11         long-char-const                                Warn when a multi-character constant is too long for a word.        |x|