Skip to content

Commit dc17408

Browse files
authored
PROJECT_LANG_1_V1.cool
An archive of the first version of the first project language file for this directory set.
1 parent a348ed2 commit dc17408

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
(* -- Start of script *)
2+
class Main inherits IO {
3+
main(): SELF_TYPE {
4+
out_string("Project language file 1\n")
5+
out_string("For: SNU/2D/ProgrammingTools/IDE/Cool\n")
6+
out_string("About:\n")
7+
out_string("I decided to make Cool the main project language file for this project (SNU / 2D / Programming Tools / IDE / Cool) as this is a Cool IDE, and it needs its main language to be represented here.\n")
8+
};
9+
};
10+
(* -- Output *)
11+
(*
12+
Project language file 1
13+
For: SNU/2D/ProgrammingTools/IDE/Cool
14+
About:
15+
I decided to make Cool the main project language file for this project (SNU / 2D / Programming Tools / IDE / Cool) as this is a Cool IDE, and it needs its main language to be represented here.
16+
*)
17+
(* File info
18+
File type: Cool source file (*.cool *.cl)
19+
File version: 1 (2022, Wednesday, September 14th at 5:42 pm PST)
20+
Line count (including blank lines and compiler line): 23
21+
*)
22+
(* -- End of script *)

0 commit comments

Comments
 (0)