generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An archive of the first version of the first project language file for this directory set.
- Loading branch information
1 parent
e751074
commit 3d8c191
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
OldVersions/PROJECT_LANGUAGE/PureScript/PROJECT_LANG_1_V1.purs
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,20 @@ | ||
-- Start of script | ||
|
||
-- Project language file 1 | ||
-- For: /SNU/2D/ProgrammingTools/IDE/PureScript/ | ||
-- About: | ||
-- I decided to make PureScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / PureScript) as this is a PureScript IDE, and it needs its main language to be represented here. | ||
|
||
module Main where | ||
|
||
import Debug.Trace | ||
|
||
main1 = trace "Project language file 1" | ||
main2 = trace "For: /SNU/2D/ProgrammingTools/IDE/PureScript/" | ||
main3 = trace "About:" | ||
main4 = trace "I decided to make PureScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / PureScript) as this is a PureScript IDE, and it needs its main language to be represented here." | ||
|
||
-- File info | ||
-- File type: PureScript source file (*.purs) | ||
-- File version: 1 (2022, Thursday, November 10th at 11:20 pm PST) | ||
-- Line count (including blank lines and compiler line): 21 |