Brief Description of the Framework

  • 8 apps for low-code programming; the apps are written in pure Java.
  • Create customized parsers using a simple 3GL language to analyze, for example, SQL scripts, LOG files, CSV export files, or 3GL code.
  • Four tokenizers are currently available: 3GL, SQL, LOG, and CSV.
  • Application examples include interface programming, generating technical documentation, and checking software for unauthorized components and malicious code using static program analysis.

The manual is in English and comprises 120 pages.


All programs are written in Java. A Java Runtime Environment (JRE) is therefore required to run the apps.

Examples Supplied with the Software

  1. Calculates hashes for a file.
  2. Generates a SQL script (an INSERT script) from a CSV export file.
  3. Extracts all table accesses from a SQL file by parsing it, and identifies critical code (SQL injection and dangerous OS commands) for PostgreSQL®, Oracle®, and MySQL®.
  4. Generates a SQL file from a CSV export.
  5. Checks the local password file for newly created accounts.
  6. Checks a decision table for completeness, consistency, and redundancy, and generates Java code from it.
  7. Checks critical configuration files and scripts. In this example, the password file is compared to a check file at the token level, protected by encryption.
  8. Performs pattern matching at the token level to find critical code in a SQL script (e.g., =NULL).
  9. Cleans up a telephone list: removes duplicates, standardizes the columns, and sorts the list.
  10. Parses firewall LOG files to detect hacker attacks: filters all records against a whitelist and inserts the remainder into a database via JDBC for further analysis using SQL.


BLOG

Feed

27.07.2026, 10:17

Core Features

The framework provides powerful tools for everyday development tasks, including: Build custom parsers using a simple 3GL language Analyse SQL, LOG, CSV, and 3GL files Generate technical documentation...   mehr


27.07.2026, 10:16

Practical Examples

The framework includes a collection of working examples that demonstrate its capabilities in real development environments. Examples include: File hash generation CSV to SQL INSERT script generation SQL...   mehr


27.07.2026, 10:13

Share Your Thoughts

I enjoy exchanging ideas with other developers. If you have questions about the framework, suggestions for future articles, or feedback on the examples, you're welcome to leave a comment. Your email address...   mehr






Contact Form