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

[Date] Implement %p, improve token composition, fix leading-space parsers/formatters #19

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

ohaibbq
Copy link

@ohaibbq ohaibbq commented Feb 6, 2024

var colonParser = createStaticTextParser(":")
var slashParser = createStaticTextParser("/")

func composeParseFunctions(name string, parsers []ParseFunction) ParseFunction {

Choose a reason for hiding this comment

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

Ooh cool!

@ohaibbq ohaibbq merged commit 14e7239 into candidate/rb20240201 Feb 6, 2024
7 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.

2 participants