generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPROJECT_LANG_1.rsc
More file actions
14 lines (14 loc) · 680 Bytes
/
PROJECT_LANG_1.rsc
File metadata and controls
14 lines (14 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Start of script
@doc{
.Project_Language_File_1
Project language file 1
For: seanpm2001/Learn-Rascal
About:
I decided to make Rascal the main project language file for this project (Seanpm2001/Learn-Rascal) as Rascal is the language this project is dedicated to, because this project is about learning the Rascal programming language. It only makes sense to Rascal the official language for this project. It is getting its own project language file, starting here.
}
return @doc;
/* File info */
// File type: Rascal source file (*.rsc)
// File version: 1 (2022, Friday, September 9th at 8:17 pm PST)
// Line count (including blank lines and compiler line): 15
// End of script