Home > Back-end >  Recently wrote a development language, programmers use free welcome some directions.
Recently wrote a development language, programmers use free welcome some directions.

Time:10-12

Development language download address is: http://www.nantun.net/udl.fds? Id=11 & amp; U=WZT, welcome warrior,

CodePudding user response:

Yes, what is this charge don't come to this,

What seems a self-help custom website, such as you don't see,

CodePudding user response:

What self-build? Sick!!!! See things only see the surface, to download used to write programs that can go up,

CodePudding user response:

CodePudding user response:

Sorry, this is its development environment IDE,

{
This is an automatically generated by the IDE source example
You can on this basis, modify, or create a new empty document or press Shift + Ctrl + M to generate an empty document, can modify the
in the options menu}
The unit Unknow;

Interface

USES the
SysUtils, Classes, DB.

Type
WMain=class
Private
FPath: string=';
FContent: string=';
Public
//the constructor and fictitious function has no parameters, there is only one, please do not directly call
The constructor Create; Override.
The destructor Destroy; Override.
Procedure Parser. Virtual;
The property Content: string read FContent;
end;

Implementation

Var
Main: WMain;

{WMain}

//this function is called directly by the compiler
The constructor WMain. Create;
The begin
FPath:=Application. The Path;
end;

//this function is called directly by the compiler
Destructor WMain. Destroy;
The begin

end;

Procedure WMain. Parser;
The begin
FContent:='hello world';
end;


Start
//output from here on in, can use HTML & lt; ? ?> Including up
//open debug start
The Main. The Parser;
Writeln (Main Content);
//open end debug


Initialization
//disable debug
//if enabled the buffer, only load the document for the first time will call
//initialize unit
//call the New function after the compiler will invoke the Create;
New (Main);

Finalization
//disable debug
//release unit
//call Disp function after the compiler will call Destroy;
Disp (Main);

end.

CodePudding user response:



Development program must use your client to run, I hope you are making, really free,

CodePudding user response:

Pascal language extensions? Rare oh,,

CodePudding user response:

You are using is PascalScript control

CodePudding user response:

I also released a: direct support interface (form)
http://211.162.123.246:443/httpdisk/haitaosoft/? App=delphiscript

CodePudding user response:

refer to the eighth floor sz_haitao response:
I also publish a: direct support interface (form)
http://211.162.123.246:443/httpdisk/haitaosoft/? App=delphiscript
are superior!!

CodePudding user response:

Master show???

CodePudding user response:

Finished writing the program will be posted on the Internet, users can create sites in their own home, people can access to the syntax like Delphi, support API, such as ole calls, a little bit stronger than the asp and PHP, also a little quickly, will Delphi will I of the language, is as follows:

Type
TEnum=(ema, emb, emc);
TSet=set of TEnum;
TRecord=packet record
X, y: Integer;
The function len: Integer;
The function operator + : Object;
end;

TClass=class
Protected
The function GetName: string; Virtual;
end;

TClass2=class (TClass)
Protected
The function GetName: string; Override.
end;

Will Delphi a see will know what this is, this is a complete development language, has a very powerful IDE, can release written procedures, without iis support,

CodePudding user response:

Player, support ING,,,

CodePudding user response:

Have a place worthy of learning

CodePudding user response:

refer to 7th floor HSFZXJY response:
using PascalScript controls you

No, internal code name is IdScript

CodePudding user response:

On the 14th floor pathletboy
reference response:
Quote: refer to 7th floor HSFZXJY response:

You are using is PascalScript control

No, internal code name is IdScript
Indy? !

CodePudding user response:

On the 14th floor pathletboy
reference response:
Quote: refer to 7th floor HSFZXJY response:

You are using is PascalScript control

No, internal code name is IdScript

You are now?
  • Related