Skip to content

Commit 12374c3

Browse files
authored
PROJECT_LANG_1_V1.jshx
PROJECT_LANG_1_V1.jshx
1 parent 6c837bb commit 12374c3

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
#!/bin/objective-jsharp -x
2+
// Start of script
3+
#import </CoreFoundation/CFAttributedString.h>
4+
#import </Foundation/NSAttributedString.h>
5+
#import </Foundation/NSDictionary.h>
6+
#import </Foundation/NSMutableAttributedString.h>
7+
#import </UIKit/UIKit.h>
8+
using System.DotNet;
9+
using System.ObjectiveJSharp;
10+
11+
@namespace JSharp : CPPObject
12+
@implementation Address : CPPObject
13+
{
14+
NSLog.writeln("Project language file 1");
15+
NSLog.writeln("For: /SNU/2D/ProgrammingTools/IDE/Learn-Objective-JSharp");
16+
NSLog.writeln("About:");
17+
NSLog.writeln("I decided to make Objective-J# the main project language file for this project (SNU / 2D / Programming Tools / IDE / Objective-J#) as this is a Objective-J# IDE, and it needs its main language to be represented here.");
18+
break;
19+
}
20+
21+
/* Output
22+
Project language file 1
23+
For: /SNU/2D/ProgrammingTools/IDE/Objective-JSharp
24+
About:
25+
I decided to make Objective-J# the main project language file for this project (SNU / 2D / Programming Tools / IDE / Objective-J#) as this is a Objective-J# IDE, and it needs its main language to be represented here.
26+
*/
27+
28+
/* File info
29+
* File type: Objective-J# source file (*.j *.jsh *.jshx)
30+
* File version: 1 (2023, Wednesday, April 5th at 7:35 pm PST)
31+
* Line count (including blank lines and compiler line): 35
32+
*/
33+
34+
// End of script

0 commit comments

Comments
 (0)