Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: initial implementation of parser #1

Merged
merged 9 commits into from
Dec 19, 2020
Merged

Conversation

bcoe
Copy link
Member

@bcoe bcoe commented Dec 19, 2020

This is the start of a parser, based on a formal grammar for conventional commits (also in this repository).

After discussion with @byCedric, I'm loosely basing the parse tree on uninst. I would love help with this effort.

index.js Outdated Show resolved Hide resolved
test.js Outdated Show resolved Hide resolved
Copy link
Contributor

@byCedric byCedric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks awesome! I'll test run it this weekend too. One thing that could help during development/debugging is adding debug messages. With that, the code path should be visible. (e.g. this)

test.js Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
This was referenced Dec 19, 2020
@bcoe bcoe merged commit 3716f40 into main Dec 19, 2020
@bcoe bcoe deleted the initial-implementation branch December 19, 2020 20:27
This was referenced Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants