Compiler: Difference between revisions

From LibreDevelop
Jump to navigation Jump to search
(Created page with "Will be advanced multi-target Delphi/Object Pascal compiler =Objectives= * Will have support for compilation to multiple high-level languages as targets * Will support multi...")
 
No edit summary
 
(2 intermediate revisions 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 with multiple cores
* Support for concurrent compilation on multi-core CPU

=See also=
* [[Delphi language features]]

[[Category:Projects]]

Latest revision as of 09: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

See also