Compiler: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
=Objectives= |
=Objectives= |
||
* Compile to custom [[virtual machine]] code for simpler and independent development |
|||
* Will have support for compilation to multiple high-level languages as targets |
* Will have support for compilation to multiple high-level languages as targets |
||
* Will support multiple target processor architectures |
* Will support multiple target processor architectures |
||
* Delphi language compatibility |
* Delphi language compatibility |
||
* Implement Delphi compiler features |
* Implement Delphi compiler features |
||
* Support for concurrent compilation on CPU |
* Support for concurrent compilation on multi-core CPU |
||
=See also= |
|||
* [[Delphi language features]] |
|||
[[Category:Projects]] |
[[Category:Projects]] |
Latest revision as of 08:48, 25 October 2015
Will be advanced multi-target Delphi/Object Pascal compiler
Objectives
- Compile to custom virtual machine code for simpler and independent development
- Will have support for compilation to multiple high-level languages as targets
- Will support multiple target processor architectures
- Delphi language compatibility
- Implement Delphi compiler features
- Support for concurrent compilation on multi-core CPU