0.03
Generate the original Ruby source from a Ripper-style abstract syntax tree.
2020
2021
2022
2023
2024
2025
0.03
ParseTree is a C extension (using RubyInline) that extracts the parse
tree for an entire class or a specific method and returns it as a
s-expression (aka sexp) using ruby's arrays, strings, symbols, and
integers.
As an example:
def conditional1(arg1)
if arg1 == 0 then
return 1
e...
2020
2021
2022
2023
2024
2025
0.03
A priority queue which implements a lazy binomial heap. It supports the change priority operation, being suitable for algorithms like Dijkstra's shortest path and Prim's minimum spanning tree. It can be instantiated as a min-priority queue as well as a max-priority queue.
2020
2021
2022
2023
2024
2025
0.03
A Gem for syntactically correct parse trees of Ruby source
2020
2021
2022
2023
2024
2025
0.03
Full power of Java's ANTLR 3 language recognition tool brought to Ruby.
Generate lexers, parsers, tree parsers, source translators, and language analysis
tools for use in Ruby applications.
2020
2021
2022
2023
2024
2025
0.03
Drop Zone is a solution to the problem of restricted sales in censored markets. The proposal is for the design of a protocol and reference client that encodes the location and a brief description of a good onto The Blockchain. Those wishing to purchase the good can search for items within a user-...
2020
2021
2022
2023
2024
2025
0.03
A library for parsing equations into an abstract syntax tree for evaluation
2020
2021
2022
2023
2024
2025
0.02
jsTree is jquery plugin, that provides interactive trees. It is absolutely free, open source and distributed under the MIT license.
2020
2021
2022
2023
2024
2025
0.02
The Lorax is a full diff and patch library for XML/HTML documents, based on Nokogiri.
It can tell you whether two XML/HTML documents are identical, or if
they're not, tell you what's different. In trivial cases, it can even
apply the patch.
It's based loosely on Gregory Cobena's master's thesis...
2020
2021
2022
2023
2024
2025
0.02
Port of the old, venerable ActsAsTree with a bit of a twist
2020
2021
2022
2023
2024
2025
0.02
Yadriggy builds the abstract syntax tree (AST) of a method, checks its syntax and types, and runs it. When checking the syntax and types, it is treated as the code written in a domain specific language (DSL). It also provide simple DSLs for computation offloading from Ruby to C, Python, etc.
2020
2021
2022
2023
2024
2025
0.02
Burkhard Keller Tree implementation in Ruby
2020
2021
2022
2023
2024
2025
0.02
Port of the old, venerable ActsAsTree with a bit of a twist
2020
2021
2022
2023
2024
2025
0.02
ActiveRecord extension for sorted adjacency lists support
2020
2021
2022
2023
2024
2025
0.02
bcdatabase is a tool for storing passwords and other configuration information outside of your application source tree.
2020
2021
2022
2023
2024
2025
0.02
Port of the old, venerable ActsAsTree with a bit of a twist
2020
2021
2022
2023
2024
2025
0.02
Sycamore is an unordered tree data structure.
2020
2021
2022
2023
2024
2025
0.02
Ruby & JRuby gem with a fast k-d tree C implementation using FFI bindings with support for latitude/longitude and geo distance range search
2020
2021
2022
2023
2024
2025
0.01
Daedalus is a build system based on years of attempting to build Rubinus with a collection of Rake tasks. Rubinius is a complex system. It has dependencies on external C libraries (some of which are vendored), internal C/C++ libraries, Ruby C-extensions, and compiled Ruby code. The Rubinius bytec...
2020
2021
2022
2023
2024
2025
0.01
ruby-radix is an implementation of a radix tree data structure for the storage and retrieval of IPv4 and IPv6 network prefixes.
2020
2021
2022
2023
2024
2025