Skip to content

test bnf comment support#199

Merged
CrockAgile merged 2 commits intomainfrom
comments
Feb 5, 2026
Merged

test bnf comment support#199
CrockAgile merged 2 commits intomainfrom
comments

Conversation

@CrockAgile
Copy link
Copy Markdown
Collaborator

test bnf comment support, to see if #37 is supported or not

@CrockAgile CrockAgile self-assigned this Feb 5, 2026
@CrockAgile CrockAgile requested a review from shnewto February 5, 2026 01:39
@CrockAgile CrockAgile marked this pull request as ready for review February 5, 2026 01:39
@CrockAgile
Copy link
Copy Markdown
Collaborator Author

@shnewto do you think this shows that comments are adequately supported? maybe need some docs added as well? just let me know

@coveralls
Copy link
Copy Markdown

coveralls commented Feb 5, 2026

Coverage Status

coverage: 97.667% (+0.08%) from 97.592%
when pulling 7292a18 on comments
into 3aee4f8 on main.

@shnewto
Copy link
Copy Markdown
Owner

shnewto commented Feb 5, 2026

oh cool! okay I think it'd help me to see it all laid out in a full annotated grammar, maybe a test using this or something like it?

; the building blocks of life!
<dna> ::= <base> | <base> <dna>
<base> ::= 'A' | 'C' | 'G' | 'T' ;(Adenine, Cytosine, Guanine, and Thymine)
; the end 📖

@CrockAgile CrockAgile merged commit 7cd8788 into main Feb 5, 2026
9 checks passed
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.

3 participants