RACC is a port of Berkeley YACC to Rust, and allows you to write grammar definitions directly in Rust source code.
RACC is a port of Berkeley YACC to Rust, and allows you to write grammar definitions directly in Rust source code.
A complete library to interact with Cloud User Accounts (protocol vm_beta)
A complete library to interact with Cloud User Accounts (protocol vm_beta)
MD5/SHA256 HASH ATTACK IN RUST
Crypto Tax Tool
The UI for Raccoin
A library aiming at facilitating handling of large amounts of data. The structure of the crate tries to follow python's pandas library.
Clock trait abstraction over DateTime<Utc> with a SystemClock for production and a FakeClock for tests
Drop-in OpenTelemetry bridge for Rust's tracing crate. One call to enable OTel export for tracing-based applications.
Proc-macros for generating typed UUID and slug newtype wrappers
A message broker implementation
Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program. NOTE: Ruby 1.8.x comes with Racc runtime module. You can run your parsers generated by racc 1.4.x out of the box.
Opal compatible racc runtime.
Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program. NOTE: Ruby 1.8.x comes with Racc runtime module. You can run your parsers generated by racc 1.4.x out of the box.
A racc based toml parser
Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program. NOTE: Ruby 1.8.x comes with Racc runtime module. You can run your parsers generated by racc 1.4.x out of the box.
Gherkin-ruby is a Gherkin parser in pure Ruby using Rexical and Racc
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem. As an example: def conditional1 arg1 return 1 if arg1 == 0 return 0 end becomes: s(:defn, :conditional1, s(:args, :arg1), s(:if, s(:call, s(:lvar, :arg1), :==, s(:lit, 0)), s(:return, s(:lit, 1)), nil), s(:return, s(:lit, 0))) Tested against 801,039 files from the latest of all rubygems (as of 2013-05): * 1.8 parser is at 99.9739% accuracy, 3.651 sigma * 1.9 parser is at 99.9940% accuracy, 4.013 sigma * 2.0 parser is at 99.9939% accuracy, 4.008 sigma * 2.6 parser is at 99.9972% accuracy, 4.191 sigma * 3.0 parser has a 100% parse rate. * Tested against 2,672,412 unique ruby files across 167k gems. * As do all the others now, basically.
Rexical is a lexical scanner generator that is used with Racc to generate Ruby programs. Rexical is written in Ruby.
JSON parser
A simple configuration language made with RACC
Gherkin-ruby is a Gherkin parser in pure Ruby using Rexical and Racc that works on jruby
A Racc-based Ruby parser and generator for SQL statements
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.