| Portability | GHC-only |
|---|---|
| Stability | experimental |
| Maintainer | fontaine@cs.uni-duesseldorf.de, me@dobrikov.biz |
Language.CSPM.Parser
Description
This modules defines a Parser for CSP-M
- parse :: SourceName -> [Token] -> Either ParseError ModuleFromParser
- data ParseError = ParseError {}
Documentation
parse :: SourceName -> [Token] -> Either ParseError ModuleFromParserSource
The parse function parses a List of Token.
It returns a ParseError or a Labled Module.
The SourceName argument is currently not used.
data ParseError Source
ParseError data type. This is an instance of Excpetion
Constructors
| ParseError | |
Fields | |
Instances