Skip to content

Commit 986314e

Browse files
committed
Improve YARP docs
1 parent abb70e5 commit 986314e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doc/contributor/yarp.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# Update YARP
1+
# YARP
2+
3+
## Update YARP
24

35
* Clone `yarp` as a sibling of `truffleruby-ws`.
46
* Run `tool/import-yarp.sh` in the truffleruby repo.
7+
* Commit the result with message `Import Shopify/yarp@COMMIT`
8+
9+
## Print Detailed YARP AST
10+
11+
```bash
12+
cd yarp
13+
chruby 3.2.
14+
bundle exec rake
15+
bundle exec ruby -Ilib -ryarp -e 'pp YARP.parse("1&.itself")'
16+
```

0 commit comments

Comments
 (0)