antlr-haskell-0.1.0.1: test/g4/OptionalParser.hs
{-# LANGUAGE DeriveAnyClass, DeriveGeneric, TypeFamilies, QuasiQuotes
, DataKinds, ScopedTypeVariables, OverloadedStrings, TypeSynonymInstances
, FlexibleInstances, UndecidableInstances, TemplateHaskell, FlexibleContexts #-}
module OptionalParser where
import Language.ANTLR4
import Optional
$(g4_parsers optionalAST optionalGrammar)