packages feed

funcons-tools-0.2.0.10: src/Funcons/Parser.hs

{-# LANGUAGE OverloadedStrings #-}

module Funcons.Parser (fct_parse, fct_parse_either, fvalue_parse) where

import Funcons.GLLParser (fct_parse, fct_parse_either, fvalue_parse)