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

Book improvements #448

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

fmorroni
Copy link

@fmorroni fmorroni commented Dec 3, 2024

Makes some improvements to the Logos book as discussed in issue #418.

I still need to check how the initial state is chosen from the generated DFA when using the debug feature.

Copy link
Collaborator

@jeertmans jeertmans left a comment

Choose a reason for hiding this comment

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

Hi @fmorroni, many thanks for the great PR! Please take a look at my different comments and let me know what you think

book/src/context-dependent-lexing.md Outdated Show resolved Hide resolved
book/src/contributing/internals.md Outdated Show resolved Hide resolved
book/src/context-dependent-lexing.md Show resolved Hide resolved
book/src/context-dependent-lexing.md Outdated Show resolved Hide resolved
book/src/examples/string-interpolation.md Show resolved Hide resolved
tests/tests/source.rs Outdated Show resolved Hide resolved
src/source.rs Outdated Show resolved Hide resolved
examples/string-interpolation.rs Outdated Show resolved Hide resolved
@fmorroni
Copy link
Author

fmorroni commented Dec 4, 2024

Hi @fmorroni, many thanks for the great PR! Please take a look at my different comments and let me know what you think

Hi @jeertmans thanks for taking the time to review it!

Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi @fmorroni, can you also add this document to the example sections in Cargo.toml?

Copy link
Author

Choose a reason for hiding this comment

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

Hi @jeertmans do you mean adding this lines?

[[example]]
name = "string-interpolation"
path = "examples/string-interpolation.rs"

Because I'd already added them. If that's not it I'm not sure what you mean, could you clarify please?

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