module Text.EBNF where

import Text.EBNF.Informal (syntax)

main :: IO()
main = do
    putStrLn "this library is queer"