• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
      • Vwsim
      • Vl
        • Syntax
        • Loader
          • Preprocessor
          • Vl-loadconfig
          • Vl-loadstate
          • Lexer
            • Lex-strings
            • Lex-identifiers
            • Vl-typo-uppercase-p
            • Vl-typo-number-p
            • Vl-typo-lowercase-p
            • Lex-numbers
            • Chartypes
              • Vl-decimal-digit-p
              • Vl-z-digit-p
              • Vl-x-digit-p
              • Vl-underscore-p
              • Vl-underscore-or-octal-digit-p
              • Vl-underscore-or-hex-digit-p
              • Vl-underscore-or-decimal-digit-p
              • Vl-underscore-or-binary-digit-p
              • Vl-simple-id-tail-p
              • Vl-simple-id-head-p
              • Vl-octal-digit-p
              • Vl-non-zero-decimal-digit-p
              • Vl-hex-digit-p
              • Vl-binary-digit-p
              • Whitespace
                • Vl-printable-not-whitespace-p
                • Vl-whitespace-p
                • Vl-printable-not-whitespace-list-p
                • Vl-whitespace-list-p
                • Whitespace-mask
                • Vl-underscore-or-octal-digit-list-p
                • Vl-underscore-or-hex-digit-list-p
                • Vl-underscore-or-decimal-digit-list-p
                • Vl-underscore-or-binary-digit-list-p
                • Vl-non-zero-decimal-digit-list-p
                • Vl-simple-id-tail-list-p
                • Vl-simple-id-head-list-p
                • Vl-decimal-digit-list-p
                • Vl-binary-digit-list-p
                • Vl-z-digit-list-p
                • Vl-x-digit-list-p
                • Vl-underscore-list-p
                • Vl-octal-digit-list-p
                • Vl-hex-digit-list-p
              • Vl-lex
              • Defchar
              • Tokens
              • Lex-keywords
              • Lexstate
              • Make-test-tokens
              • Lexer-utils
              • Lex-comments
              • Vl-typo-uppercase-list-p
              • Vl-typo-lowercase-list-p
              • Vl-typo-number-list-p
            • Parser
            • Vl-load-merge-descriptions
            • Vl-find-basename/extension
            • Vl-load-file
            • Vl-loadresult
            • Scope-of-defines
            • Vl-find-file
            • Vl-flush-out-descriptions
            • Vl-description
            • Vl-read-file
            • Vl-includeskips-report-gather
            • Vl-load-main
            • Extended-characters
            • Vl-load
            • Vl-load-description
            • Vl-descriptions-left-to-load
            • Inject-warnings
            • Vl-preprocess-debug
            • Vl-write-preprocessor-debug-file
            • Vl-read-file-report-gather
            • Vl-load-descriptions
            • Vl-load-files
            • Translate-off
            • Vl-load-read-file-hook
            • Vl-read-file-report
            • Vl-loadstate-pad
            • Vl-load-summary
            • Vl-collect-modules-from-descriptions
            • Vl-loadstate->warnings
            • Vl-iskips-report
            • Vl-descriptionlist
          • Warnings
          • Getting-started
          • Utilities
          • Printer
          • Kit
          • Mlib
          • Transforms
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Whitespace

    Whitespace-mask

    We optimize the recognition of whitespace by basically using a bitset.

    This is probably silly and not worth the effort.