Oxygen Basic
Information => Introducing Oxygen => Topic started by: Charles Pegge 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.