DocScript
...is a simple procedural programming language, with...
Real-time multi-client distributed "execution sessions"
Numeric literals in any base
Built-in remote code-execution (DS-Remoting)
Compilation to standalone .NET exes (DS-Compilation)
A capability to pipe separate interpretation stages into one another.
Watch the "DocScript in 3 Minutes" YouTube Video!
https://www.youtube.com/watch?v=ybl5pVSJOOk
Start using DocScript in the next few seconds: open cmd, and...
Visia is a programming language (native compiler) made in VB6 (VisualBasic6.0).
Updates and content
--------------------------
Visia Compiler 4.8.7.zip
- is the original code of Visia Compiler.
Visia Compiler 4.8.7.zip
--------------------------
Visia Compiler 4.8.7.1.zip
- It contains a small and intelligent change suggested by Wilksey! (PSC programmer) which enables a real-time syntax highlighting.
Libry is a programming language (native compiler) made in VB6 (VisualBasic6.0).
*---------------------------------------------------------*
|Libry Compiler 4.1 Documentation (c) by Kinex Development|
Introduction:
-----------------------------------------------------------
Libry Compiler is a 32-Bit Compiler which compiles directly into machine code
and produces a small PE file. Libry's syntax is in a style of C language.
TVE is a programming language which i create his first working version in 3 days (around 3500 lines of code)
I was going to write it with C#, but after i decided to write it with VB.NET to make it easier for novice developers to change the source code.
TVE is a mix of "Command languages" & "programming languages", you can use it for scripting like : AHK (auto hot key), use it for making applications like windows forms using his integrated library of objects
You can Download it...