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 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;