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

Make main program read a file #3

Merged
merged 1 commit into from
Jan 8, 2023
Merged

Make main program read a file #3

merged 1 commit into from
Jan 8, 2023

Conversation

knatten
Copy link
Owner

@knatten knatten commented Jan 8, 2023

Just lex it and print the tokens, since that's the only thing we can print atm. Run this in CI as a sanity check.

I was going to use clipp for cmdline parsing, but it's broken as of C++20: muellan/clipp#53. It also seems to be unmaintained, the PR that fixes it has been open for >2 years: muellan/clipp#54

Just lex it and print the tokens, since that's the only thing we can
print atm. Run this in CI as a sanity check.

I was going to use clipp for cmdline parsing, but it's broken as of
C++20: muellan/clipp#53. It also seems to be
unmaintained, the PR that fixes it has been open for >2 years:
muellan/clipp#54

Will need to look into finding a new cmdline parsing library.
@knatten knatten merged commit 9b93a49 into master Jan 8, 2023
@knatten knatten deleted the main-read-program branch January 8, 2023 09:38
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.

1 participant