Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Jan 3, 2024
1 parent 6c9b6b3 commit a7d038a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# parser-prism

This is an early experiment in building the [whitequark/parser](https://github.com/whitequark/parser) gem's syntax tree using the [prism](https://github.com/ruby/prism) parser.
This gem provides a new backend for the [whitequark/parser](https://github.com/whitequark/parser) gem's syntax tree that uses the [prism](https://github.com/ruby/prism) parser.

## Installation

Expand Down Expand Up @@ -85,7 +85,7 @@ These benchmarks were run on a single laptop without a lot of control for other

## Development

Run `rake test` to run the tests. This runs tests exported from the `parser` gem into their own fixture files.
Run `bundle exec rake test` to run the tests. This runs tests exported from the `parser` gem into their own fixture files.

## Contributing

Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
Expand Down

0 comments on commit a7d038a

Please sign in to comment.