-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added some more code for the todos and fixed some errors
- Loading branch information
Showing
38 changed files
with
152 additions
and
41 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+64.8 KB
.vs/RuanScript/FileContentIndex/1194550e-7f6e-4d88-8e33-db7cf25db57b.vsidx
Binary file not shown.
Binary file removed
BIN
-64.5 KB
.vs/RuanScript/FileContentIndex/40c5631a-3656-4a59-b764-cc12ac333b1d.vsidx
Binary file not shown.
Binary file added
BIN
+30.4 KB
.vs/RuanScript/FileContentIndex/43b67983-a083-4aef-a743-e99e70ab866b.vsidx
Binary file not shown.
Binary file renamed
BIN
+23.4 KB
...eaadea6-3ce4-4a16-99f7-b0fe7848b6a9.vsidx → ...8ab54d0-fc45-4ec1-83bf-ce743e841963.vsidx
Binary file not shown.
Binary file removed
BIN
-30.3 KB
.vs/RuanScript/FileContentIndex/8c99c01d-c952-47f4-ab60-cc1566cf685d.vsidx
Binary file not shown.
Binary file added
BIN
+56.6 KB
.vs/RuanScript/copilot-chat/61f2811d/sessions/3258661a-e438-4491-a2bb-14c95abd8c76
Binary file not shown.
Binary file added
BIN
+9.52 KB
.vs/RuanScript/copilot-chat/61f2811d/sessions/59dedfce-17cc-4786-a774-31ddf2151516
Binary file not shown.
Binary file added
BIN
+4.43 KB
.vs/RuanScript/copilot-chat/61f2811d/sessions/b94c20c4-b09f-41d6-bf01-213fe139e595
Binary file not shown.
Binary file added
BIN
+9.17 KB
.vs/RuanScript/copilot-chat/61f2811d/sessions/d5b08925-3a04-4f3b-8409-1502f6075ca7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+2.25 MB
(220%)
.vs/RuanScript/v17/ipch/AutoPCH/52c9afbe93b57e0d/READER.ipch
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
code/out/build/x64-Debug/CMakeFiles/Compiler.dir/Compilers.c.obj
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
code/out/build/x64-Debug/CMakeFiles/Compiler.dir/MainReader.c.obj
Binary file not shown.
Binary file modified
BIN
+2.33 KB
(110%)
code/out/build/x64-Debug/CMakeFiles/Compiler.dir/Reader.c.obj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Start testing: Jun 12 15:26 Eastern Daylight Time | ||
Start testing: Jun 13 12:47 Eastern Daylight Time | ||
---------------------------------------------------------- | ||
End testing: Jun 12 15:26 Eastern Daylight Time | ||
End testing: Jun 13 12:47 Eastern Daylight Time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
main& { | ||
data { | ||
Rs_intg number; // Define a variable without initialization | ||
} | ||
code { | ||
number = 10; | ||
print&('The number is: ' + number); | ||
} | ||
} |