{-|
Module      : Htcc.CRules.Preprocessor
Description : The rules of preprocessor of C language
Copyright   : (c) roki, 2019
License     : MIT
Maintainer  : falgon53@yahoo.co.jp
Stability   : experimental
Portability : POSIX

The rules of preprocessor of C language
-}
module Htcc.CRules.Preprocessor (
    module Htcc.CRules.Preprocessor.Core,
    module Htcc.CRules.Preprocessor.Punctuators
) where

import           Htcc.CRules.Preprocessor.Core
import           Htcc.CRules.Preprocessor.Punctuators