You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,11 @@ Basic compiler written in java
5
5
6
6
####Using Eclipse -
7
7
8
-
Import project into eclipse and edit code in CompilerInJava/Compiler/code.pc and compile Main.java to execute
8
+
Import project into eclipse and edit code in CompilerInJava/Compiler/code.pc and compile Main.java to execute.
9
+
10
+
####Alternate Method -
11
+
12
+
Run either .bat (WINDOWS) or .sh(LINUX) to automatically execute the code and see output. After first execution of the script, a code.pc file will be created in the current directory. Edit code in this file and execute script to see the output.
0 commit comments