Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pniedzielski/mgs
Tools for working with Minimalist Grammars
https://github.com/pniedzielski/mgs
haskell linguistics mg minimalistgrammars parser
Last synced: 12 days ago
JSON representation
Tools for working with Minimalist Grammars
- Host: GitHub
- URL: https://github.com/pniedzielski/mgs
- Owner: pniedzielski
- License: bsd-3-clause
- Created: 2020-03-21T23:40:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T03:46:21.000Z (over 2 years ago)
- Last Synced: 2024-11-16T12:32:46.062Z (2 months ago)
- Topics: haskell, linguistics, mg, minimalistgrammars, parser
- Language: Haskell
- Size: 168 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
`mgs`: Tools for working with Minimalist Grammars
===============================================================================[![Build Status](https://app.travis-ci.com/pniedzielski/mgs.svg?branch=master)](https://app.travis-ci.com/pniedzielski/mgs)
This package contains parsers and other utilities for working with
Minimalist Grammars (MGs) and related formalisms. The goal for this
package is to provide a high-quality, well-documented playground for
understanding MGs.Building and Testing
-------------------------------------------------------------------------------To build this package, along with its included API documentation, and
run the tests that verify this package, execute the following command:stack build --haddock --test
License
-------------------------------------------------------------------------------Copyright © 2022, Patrick M. Niedzielski
<>.This software is licensed under the terms of a BSD 3-Clause Revised
License, included in the `LICENSE.md` file in this distribution.