ruby_parse
Ruby parser written in pure Ruby
Install
- All systems
-
curl cmd.cat/ruby_parse.sh
- Debian
-
apt-get install ruby-parser
- Ubuntu
-
apt-get install ruby-parser
- Arch Linux
-
pacman -S rubygem-ruby_parser
- Kali Linux
-
apt-get install ruby-parser
- Fedora
-
dnf install rubygem-ruby_parser
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-parser
- Raspbian
-
apt-get install ruby-parser
- Dockerfile
- dockerfile.run/ruby_parse
ruby-parser
Ruby parser written in pure Ruby
ruby_parser (RP) can be used to parse and check syntax of Ruby code. "Pure Ruby" in this context means the parser's code * consists solely of Ruby source files * does not add any native extensions or other C code (eg. with RubyInline) which requires a C compiler to be present on the user's system It utilizes racc and its output is same as that of ParseTree's.
rubygem-ruby_parser
A ruby parser written in pure ruby
gitlab
git powered software platform to collaborate on code (non-omnibus)
gitlab provides web based interface to host source code and track issues. It allows anyone for fork a repository and send merge requests. Code review is possible using merge request workflow. Using groups and roles project access can be controlled. Unlike the official package from GitLab Inc., this package does not use omnibus.