Skip to content
  • Herbert Valerio Riedel's avatar
    Refactor extension-bitmap in Lexer · b80d5739
    Herbert Valerio Riedel authored
    This introduces an Enum type `ExtBits` for the currently used 32 flags
    and introduces a type-synonym `ExtsBitmap` for representing a set over
    `ExtBits`. While at it, the current `Int` was replaced by `Word` to
    have the compiler catch any missed use-sites.
    
    This will make it easy to swap the `Word`-representation of `ExtsBitmap`
    by something different, such as e.g. a `Word64`
    
    Test Plan: successful validate
    
    Differential Revision: https://phabricator.haskell.org/D23
    b80d5739