From 3f62677bcde6ec7068b8d919c35ad1de770de329 Mon Sep 17 00:00:00 2001 From: Caleb-o Date: Tue, 1 Oct 2024 01:22:18 +1000 Subject: [PATCH] Update notice in calculator --- src/projects/calculator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/projects/calculator.md b/src/projects/calculator.md index ee7e0bc..0260395 100644 --- a/src/projects/calculator.md +++ b/src/projects/calculator.md @@ -1,6 +1,6 @@ # Calculator Evaluator -> 🚧 This is a work in progress +> 🚧 This is a work in progress, so it may not be complete or finalised. We are going to create a small project, that can lex, parse and evaluate an expression for a basic calculator. We will try and keep this nice and easy and so we are going to merge a few things together for simplicity. You can see the full example at [the end](#final-code).