Independence

From LibreDevelop
Revision as of 10:54, 30 October 2013 by Chronos (talk | contribs) (Created page with "To accelerate inital development use of already existed tools as Delphi IDE is needed. Although main focus is to mimic sucessfull product like Delphi IDE it is good to achieve...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To accelerate inital development use of already existed tools as Delphi IDE is needed. Although main focus is to mimic sucessfull product like Delphi IDE it is good to achieve independency in future. This means no need to use any third party tools. To fulfill such goal we need to create self-compiled pascal compiler. This is also useful for transfer to other platforms.

Self-compiler should support basic subset of pascal language. It could serve as jumping board for implementation of fully featured compiler.