sonic-pi

https://github.com/sonic-pi-net/sonic-pi

C++

Code. Music. Live.

Treetop::Compiler::ParenthesizedExpression#compile

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:sonic-pi-net/sonic-pi.git

cd sonic-pi

open app/server/ruby/vendor/treetop/lib/treetop/compiler/node_classes/parenthesized_expression.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Treetop--Compiler--ParenthesizedExpression-compile-for-pr


# Commit to git

git add app/server/ruby/vendor/treetop/lib/treetop/compiler/node_classes/parenthesized_expression.rbgit commit -m "better docs for Treetop::Compiler::ParenthesizedExpression#compile"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Treetop--Compiler--ParenthesizedExpression-compile-for-pr

hub pull-request


# Celebrate!