Skip to content

Commit c913880

Browse files
authored
PROJECT_LANG_1.pig [V1]
Version 1 of the first project language file for this directory set.
1 parent fd3181e commit c913880

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

PROJECT_LANG_1.pig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
-- Start of script
2+
3+
-- Project language file 1
4+
-- For: /SNU/2D/ProgrammingTools/IDE/PigLatin/
5+
-- About:
6+
-- I decided to make PigLatin the main project language file for this project (SNU / 2D / Programming Tools / IDE / PigLatin) as this is a PigLatin IDE, and it needs its main language to be represented here.
7+
8+
output "Project language file 1"
9+
output "For: /SNU/2D/ProgrammingTools/IDE/PigLatin/"
10+
output "About:"
11+
output "I decided to make PigLatin the main project language file for this project (SNU / 2D / Programming Tools / IDE / PigLatin) as this is a PigLatin IDE, and it needs its main language to be represented here."
12+
quit
13+
14+
-- File info
15+
-- File type: Apache Pig(Latin) source file (*.pig)
16+
-- File version: 1 (2022, Friday, November 4th at 10:27 pm PST)
17+
-- Line count (including blank lines and compiler line): 20
18+
19+
-- End of script

0 commit comments

Comments
 (0)