We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you don't already have a ruby setup on your machine, here's a quick guide to get you up and running.
The recommended way to install ruby is through ry. Follow the instructions to install ry, then install a stable version of ruby with
$ ry install $tarball_url ruby
where $tarball_url is one of the tarballs found here: http://www.ruby-lang.org/en/downloads/
$tarball_url
Note: this requires autoconf and standard C build tools to be available.
Bundler is the standard Ruby tool for managing dependencies. Install it with
$ gem install bundler
Just run bundle.
bundle
rake will run the unit tests, and bundle exec rackup will start a server for visually inspecting lexer output.
rake
bundle exec rackup
:)