Lemon ADE - The AST (Abstract Syntax Tree) Development Environment
** Thank you to everyone that has left a comment. If you have any feature requests, please feel free to email me and I'll get started working to put those features in the next release. Thanks again! -Brett **
Lemon ADE is a PHP editor and development environment. Instead of using text, however, the main interface uses an innovative visual tree to do all of the code manipulation. If you've ever done computer language design in the past, you might recognize the usage of an AST to do most of the language export. Using a graphical interface on top of the AST, one can easily manage and create a program without extensive use of language syntax and code formatting.
Current Features:
* PHP export
* Boolean types
- Less than
- Less than equals
- Not equals
- Equals
- OR
- AND
* List & Loop types
- If/Then/Else
- While/Do
- For & Foreach
- Switch
* Modifiers
- Plus
- Minus
- Divide
- Multiply
- Concate
* Transactions
- Functions
- Setters
- Calls
- Literals
- Variables
Also included are guided video tutorials to help you get started. If you have questions, you can reach the development team at any time via email at:
[email protected]
(For more information about ASTs, go to: http://en.wikipedia.org/wiki/Abstract_syntax_tree)