clean-parser


Package info
Description

This library provides functions to parse Clean code.

Readme
# clean-parser This library provides an interface to the Clean parser in lib-compiler, as well as a simple parser to retrieve comments from Clean code. ## Maintainer, authors, copyright & license This project is maintained by [Camil Staps][]. Copyright is held by the authors of the individual commits. Use `git blame` or the GitLab blame view to determine the copyright holder on specific parts of the code base. Contributors include: - Mart Lubbers - Erin van der Veen The package is licensed under the BSD-2-Clause license; for details, see the [LICENSE](/LICENSE) file. [Camil Staps]: https://camilstaps.nl
Changelog
# Changelog #### 2.0.2 - Chore: accept lib-compiler 4.1. #### 2.0.1 - Fix: accept lib-compiler 3.2 and 3.3. ## 2.0.0 - Change: return partially parsed module and hash table in case parsing by `readModule` fails. #### 1.0.5 - Fix: return `Error` in `readModule` if the module could not be parsed. #### 1.0.4 - Chore: accept generic-print 3.0. #### 1.0.3 - Chore: accept base 3.0 and lib-compiler 4.0. #### 1.0.2 - Chore: accept system ^2. - Chore: accept containers ^2. #### 1.0.1 - Chore: accept lib-compiler 3.0.2–3.1.1. ## 1.0.0 - Initial version with modules from clean-platform 0.3.38.
Versions