prism

(★ 1,027)

Prism Ruby parser

File Explorer

  • .editorconfig
  • .git-blame-ignore-revs
  • .gitattributes
  • .gitignore
  • BSDmakefile
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • config.yml
  • CONTRIBUTING.md
  • Doxyfile
  • Gemfile
  • Gemfile.lock
  • LICENSE.md
  • Makefile
  • prism.gemspec
  • Rakefile
  • README.md
  • Steepfile

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

bundle

View Details ▼

Dependency manager for the Ruby programming language.

bundle install

Install all gems defined in the `Gemfile` expected in the working directory:

bundle exec {{command}} {{arguments}}

Execute a command in the context of the current bundle:

bundle update

Update all gems by the rules defined in the `Gemfile` and regenerate `Gemfile.lock`:

// repository documentation