Driver Module
Types
| Type | Description |
|
|
|
|
|
|
|
Wraps the inputs to the code generator |
|
|
|
|
|
|
Functions and values
| Function or value |
Description
|
|
Picks the module declaration and open statements out of the header code, so they can be repeated in the generated signature file. A nested module definition (a `module ... =` line) is not a declaration: its body does not end up in the signature file, so copying it would leave an empty module behind.
|
Full Usage:
sentinel
Returns: int
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
writeRules rules perRuleData outputFileName writer
Parameters:
Rule list
perRuleData : PerRuleData
outputFileName : string
writer : Writer
|
|
Full Usage:
writeSpecToFile state spec perRuleData dfaNodes
Parameters:
GeneratorState
spec : Spec
perRuleData : PerRuleData
dfaNodes : DfaNodes
|
|
|
|
|
|
|
FsLexYacc