Project Code SDFL Architecture - fragmatyc/SDFL GitHub Wiki
This page is intended to document the architecture of the SDF language.
Source code parsing
- Grammar, Syntax and Keywords
- The source code interpreter
- The code splitters
- The statement parser
- Statement Tokenizer
- Statements
- Statement builders
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