From 204a819b52feda2bcac5a3ce4d4305a78171c769 Mon Sep 17 00:00:00 2001 From: Kyler Date: Mon, 17 Nov 2025 11:10:18 -0700 Subject: [PATCH] Add Implementation Mismatches documentation --- SLS_C/Implementation Mismatches.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 SLS_C/Implementation Mismatches.md diff --git a/SLS_C/Implementation Mismatches.md b/SLS_C/Implementation Mismatches.md new file mode 100644 index 0000000..ad286e8 --- /dev/null +++ b/SLS_C/Implementation Mismatches.md @@ -0,0 +1,6 @@ +# Implementation Mismatches + +This is a list of things defined as currently in the specification, but not included in this implementation to reduce scope for the assignment. + +- Unicode support +- Exponential literals