Coretex: Changelog
Attention: If you want to know more about the Coretex Pipeline, please proceed on this page.
Attention: Currently ther is no public release yet, if you want to test coretex, please write us an e-mail at: admin@z-ray.de
Version: 1.1
Summary: Rework of the Coretex Scriptpipeline
Features/Changes:
- Rework of the script pipeline
- Validator
- Parser
- Executor
- Rework of the parser
- Coretex is now able to read a Script success full, even if ther are no spaces between a clip and a parameter and/or command or other script elements
- Rework of Command definition,
- each Command now, needs an Command- and ParemeterSetDefinition such as name and valid parameter types
- Minor performance update
- In some cases Coretex can esterminate wich command will be used in future and will return it to the Script executor with out re searching the command library
- Added called script elements
- Added State support
Version: 1.0
Summary: An felxible and easy to use scriptlanguage for all your Java Projects.
Features:
- Register your own commands
- Register your own syntax rules
- supports variables with a weak typing
- Define variables
- Set variables
- Parse value of stored variables
- Support aliases for every commands
- Supports if-else
- Supports Codeblocks,
- script fragments wich can be called in a later case