https://github.com/pniedzielski/mgs
Tools for working with Minimalist Grammars
https://github.com/pniedzielski/mgs
haskell linguistics mg minimalistgrammars parser
Last synced: 3 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T03:46:21.000Z (about 3 years ago)
- Last Synced: 2025-01-17T05:42:54.786Z (5 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
===============================================================================[](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.