https://github.com/broccolimicro/parse
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: broccolimicro
- License: mit
- Language: C++
- Default Branch: master
- Size: 82 KB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
parse
This library contains everything you need to easily write a good parser. This includes keeping track of an import tree, tokenizing a string, and handling and reporting parsing errors. It is very flexible, allowing you to define your own basic token type and build on them to form a grammar. The only drawback to this library is that it is unable to automatically resolve ambiguous grammars. So your grammar needs to be determinable by looking at most a few tokens ahead.
Dependencies:
- common
License
This project is part of the Haystack synthesis engine.
Licensed by Cornell University under the MIT License.
Written by Ned Bingham. Copyright © 2020 Cornell University.
A copy of the MIT License may be found in COPYRIGHT.
Owner
- Name: broccolimicro
- Login: broccolimicro
- Kind: organization
- Repositories: 1
- Profile: https://github.com/broccolimicro
GitHub Events
Total
- Member event: 1
- Push event: 2
Last Year
- Member event: 1
- Push event: 2