Skip to content
  • Ben Fiedler's avatar
    Switch to new specification format · 780e3af4
    Ben Fiedler authored
    The new specification format allows us to decouple specifications from
    the compiler itself, making specs more modular and readable.
    
    Expressing complicated specifications might still need the full
    capabilities of Rust, and is still possible.
    
    The PEG grammar for files is described in 'src/grammar.pest'. The PEG
    format was chosen because it is relatively simple to read and modify.
    780e3af4
Loading