brassica-1.0.0: Featureful sound change applier
CopyrightSee LICENSE file
LicenseBSD3
MaintainerBrad Neimann
Safe HaskellSafe-Inferred
LanguageHaskell2010

Brassica.SoundChange.Parse

Contents

Description

Functions to parse sound changes in Brassica syntax. (For details on the syntax, refer to the reference guide.)

Synopsis

Documentation

parseRule :: String -> Either (ParseErrorBundle String Void) (Rule CategorySpec) Source #

Parse a single sound change into a Rule. Returns Left if the input string is malformed.

Re-export