Skip to content

Commit

Permalink
Document more files from the YARP README overview
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Aug 26, 2023
1 parent 43b8d45 commit a17a373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ The repository contains the infrastructure for both a shared library (librubypar
│   ├── lex runs the lexer on a file or string, prints the tokens, and compares to ripper
│   └── parse runs the parser on a file or string and prints the syntax tree
├── config.yml specification for tokens and nodes in the tree
├── configure.ac configuration to generate the Makefile
├── docs documentation about the project
├── ext
│   └── yarp
Expand All @@ -30,6 +29,7 @@ The repository contains the infrastructure for both a shared library (librubypar
│   └── yarp.rb main entrypoint for the Ruby library
├── rakelib various Rake tasks for the project
├── rust
│   ├── yarp Rustified crate for the shared library
│   └── yarp-sys FFI binding for Rust
├── src
│   ├── enc various encoding files
Expand Down

0 comments on commit a17a373

Please sign in to comment.