From 336245032611a0f1a61711208a158bffb40d777a Mon Sep 17 00:00:00 2001 From: harjot9812 Date: Sun, 21 Oct 2018 12:49:33 +0530 Subject: [PATCH 1/2] update readme update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24066ae..8832748 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Compiler A simple compiler front end using C# +use this for compiling c# \ No newline at end of file From e8fadc66744647023e3f9e44d8064d71ae98355a Mon Sep 17 00:00:00 2001 From: harjot9812 Date: Tue, 1 Oct 2019 21:46:27 +0530 Subject: [PATCH 2/2] Update code2.cpp --- Sara/TestSamples/code2.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sara/TestSamples/code2.cpp b/Sara/TestSamples/code2.cpp index ac4191c..138d469 100644 --- a/Sara/TestSamples/code2.cpp +++ b/Sara/TestSamples/code2.cpp @@ -1,10 +1,10 @@ { - int i; + int j; float[100] a; while(true) { - i = i + 1; - if(i > 42) + j = j + 1; + if(j > 42) { int k; k = 99;