Skip to content

JBontes/DelphiAST_Source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

DelphiAST_Source

A source code generator for Delphi code.

A source code generator based on DelphiAST.
The DelphiAST code it uses it located at: https://github.com/JBontes/DelphiAST

It takes the abstract syntax tree and reverses it back into source code.

Currently it is binary only and it does not offer any extensions to the language, yet.
The following extensions are planned:

Additions to the language:

  • Additional operators (+=,-= etc)
  • Operator overloading for interfaces
  • Succinct syntax for closures
  • Inline variable declaration

About

A source code generator for Delphi code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published