Libry is a programming language (native compiler) made in VB6 (Visual Basic 6.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.
Produced executables don't need any runtime because it is pure machine code.

-----------------------------------------------------------
Variables:
-----------------------------------------------------------

- Directive 'byte'
* Description: Reserve a byte.
-> byte <Identifier> [optional: = <Number>] ;

- Directive 'int'
* Description: Reserve a word.
-> int <Identifier> [optional: = <Number>] ;

- Directive 'dword'
* Description: Reser

Features

  • native compiler

Project Samples

Project Activity

See All Activity >