Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 865 Bytes

README.org

File metadata and controls

10 lines (8 loc) · 865 Bytes

ECL (stands for Eclipse Command Language) is an extensible command-line oriented general-purpose scripting language developed by Xored and initially introduced at EclipseCon ‘08 in California. Also, now it is the primary scripting language for Xored Q7 – UI testing tool for Eclipse.

This repository contains following major components:

  • core, allows to contribute and execute commands and scripts
  • parser, which allows to perfrom conversions between ECL source and ECL object model
  • server, which provides ability to execute ECL commands remotely
  • shell, allows to connect to ECL server via telnet and execute commands entered from keyboard

More information about ECL can be found in project wiki: