forked from dgrunwald/arden2bytecode
-
Notifications
You must be signed in to change notification settings - Fork 2
Changelog
hflicka edited this page Oct 1, 2012
·
6 revisions
- Implemented reading of MLM variables from the 'outside' via
MedicalLogicModule.getValue(String name)
- Case insensitivity for Arden Syntax Eclipse Plugin
- Implemented inclusion of metadata into generated .class files
- Made contents of evoke statement available to the outside world via
MedicalLogicModule.getEvoke(...)
- Implemented constant expression parser. It is now possible to pass constant Arden Syntax lists of strings and numbers via the command line or the constant prompt. Strings have to be quoted when doing this.
- Implemented JDBC interface
- Configuration file parsing
- Can't remember all. See commit log for details.