-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add AST section to examples #545
base: ppx-by-example
Are you sure you want to change the base?
Add AST section to examples #545
Conversation
3c7b85f
to
e5e4945
Compare
6a2f1e9
to
6ad21fe
Compare
6ad21fe
to
160f335
Compare
Makefile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NathanReb I've made some improvements on Makefile, can you check out if it makes sense?
The main feature is to add doc-dev
, but I also added the help
command
@patricoferris Tagging you for the review as you reacted to this PR |
doc/dune
Outdated
(system "mkdir -p %{project_root}/_doc/_html/ppxlib/assets/images") | ||
(system "cp -R ./images/ %{project_root}/_doc/_html/ppxlib/assets/images/")))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw, I didn't know any other way to get assets on odoc. Do you guys happen to know?
7020fc9
to
7bf1887
Compare
Signed-off-by: Pedro B S Lisboa <[email protected]>
7bf1887
to
2aeef20
Compare
@pedrobslisboa just pushed a |
41 files where: 20 are pngs and 8 are old examples files deleted. So don't be scared
Description
This is the first part of adding the ppx-by-example to ppxlib
I will divide it into PR so we can review it better, focusing on the explanation and typos without having tons of files to review. It is really necessary that this section is easy to understand and is aligned with ppxlib.
@NathanReb Can you create a
ppx-by-example
base branch? So I can point this one to it, and after all merges (Other sections) on this branch, we move with the entireppx-by-example
branch to main?AST
This PR adds the AST sections AST / Building ASTs / Destructing ASTs
How to test it (It's important to check it not only by code but also as styles)