All About SGI (#3) - FAQ (#4) - Message List

FAQ
 unsolved

The Simple Stuff …

  1. What are generators?
    • Generators are a method of traversing a "graph" of data and producing an alternative view of that data, the practical upshot of which is ... you can supply data in one format and the generator "transforms" it into another format ...
      • eg from TDx to C or VDx to TDx,
      • hence they're usually called {x}2{y}.gen,
        • where x and y are two different formats eg
          tdx2ch.gen {converts from tdx to .x and .h} or
          LL(n)2c#.gen {converts from an ll(n) grammar to c#}

  2. What generators are available?
    • The table below indicates what generators are currently available and their state of completion...
      • (o) indicates partial working implementation
      • (x) indicates a working full implementation
      • (X) indicates a working full implementation with optimisations
From(V) To(>) C H SGI Link TDX and C C# SGI
TDx X X x o
VDx o o X
LL(n) X x o
Attachments

No attachments created.