Author Topic: Distinguishing Features  (Read 4214 times)

0 Members and 1 Guest are viewing this topic.

Charles Pegge

  • Guest
Distinguishing Features
« on: October 01, 2010, 07:53:39 AM »
Current Alpha Capabilities

  • Combined Compiler / Assembler / Linker

  • Creates executable code directly in memory as well as EXE and DLL files

  • Can be embedded in Host Applications that require a programming interface for users.

  • Reads C headers directly without the need to translate them into Basic.

  • Supports Object Oriented programming.

  • Supports dynamic compiling during run-time enabling eval() functions to be implemented.

  • Single small DLL (<375K)


Plans for further development:

  • 64bit target compiling. (May be done on 32 or 64 bit systems)

  • Linux Implementation compiling to the ELF format.

« Last Edit: October 01, 2010, 10:22:31 AM by Charles Pegge »