Project Code SDFL Architecture - fragmatyc/SDFL GitHub Wiki

This page is intended to document the architecture of the SDF language.

Source code parsing

Compilation to SQL

  • The compilers
  • SQL Code Generators

Execution of compiled code

  • Compiled vendor-specific SQL code
  • Compiled binaries

Command line options

  • Command line interface

Back to Home