diff options
| author | Melody Horn <melody@boringcactus.com> | 2020-10-25 02:14:53 -0600 |
|---|---|---|
| committer | Melody Horn <melody@boringcactus.com> | 2020-10-25 02:14:53 -0600 |
| commit | e91df77a3822bc753b344dd303a29c00df040627 (patch) | |
| tree | aa25a8967032cc712f52b9c3c5e4ac273b7fcd79 | |
| parent | 422505a061f8ec09bf041073c34efe37ba7fe4bb (diff) | |
| download | spec-e91df77a3822bc753b344dd303a29c00df040627.tar.gz spec-e91df77a3822bc753b344dd303a29c00df040627.zip | |
remove outdated disclaimer
| -rw-r--r-- | syntax.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,6 +1,4 @@ -The syntax of Crowbar will eventually mostly match the syntax of C, with fewer obscure/advanced/edge case features.
-
-**(either this is from before i settled on compile-to-C as the primary semantics and therefore it's very outdated, or i updated this and forgot to remove this warning)**
+The syntax of Crowbar mostly matches the syntax of C, with fewer obscure/advanced/edge case features.
# Source Files
|