|
Features
|
Developer
|
|
Project
- Split java sources into CYBOL and CYBOI
|
Christian Heller
<christian.heller@tuxtax.de>
|
|
CYBOI
- CYBOI is an interpreter that can read CYBOL files and create systems
- Write CYBOI in Java
- Catch events from Java AWT event queue
- Use the Apache Xerces XML parser
- Create static structures of instances in memory
- Run dynamic loop catching signals from internal signal memory (queue)
- Create GUI using Java Swing (as temporary workaround)
|
Christian Heller
<christian.heller@tuxtax.de>
|
|
CYBOL Core
- CYBOL is based on XML syntax
- One file represents an abstract item/ category/ class/ hierarchy
- Other files can be linked as complex data types
- Primitive data types are treated as final abstraction
- Include inheritance
|
Christian Heller
<christian.heller@tuxtax.de>
|