0.0
No release in over 3 years
plasma --- a lightweight interpreted templating language in treetop and ruby
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby-based text parsing and interpretation DSL
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
An ActsAs mixin implementing a set of trees (nested set) for ActiveRecord
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
This module implements ordered n-ary branching tree structures. It includes support for breadth- and depth- first iteration, and serialization to and from a bracketed tree string.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
CommandSet is a user interface framework. Its focus is a DSL for defining commands, much like Rake or RSpec. A default readline based terminal interpreter (complete with context sensitive tab completion, and the amenities of readline: history editing, etc) is included. It could very well be ad...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
== FEATURES/PROBLEMS: Chirp is a DSL for manipulating file systems. In the same way that rake is aimed at making system buildig easy, chirp is designed to make doing things to entire file systems easy. Chirp is still very much in development and you should be very careful with it: since chirp ...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
A plugin for DataMapper that allows model objects to be a part of a heirarchal tree structure. Based on the acts_as_tree plugin for ActiveRecord.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
This is a Ruby library for building trees representing HTML structure.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Rockit is a potent parser generator and gives you AST's (Abstract Syntax Tree's) which you can pattern match and pretty-print. Rockit does not distinghuish between lexing and parsing so the generated parsers are scanner-/lexer-less. The vision is to extend Rockit with more advanced compiler-relat...
2019
2020
2021
2022
2023
2024
0.01
No release in over 3 years
Provides a generic tree data structure with ability to store keyed node elements in the tree. The implementation mixes in the Enumerable module.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Using this package, you can do powerful pattern recognition easily from your shell command line using a simple suite of tools. Applications include music cateogrization, text classification, handwritten digit recognition, and evolutionary tree reconstruction. The technique is based on a very ge...
2019
2020
2021
2022
2023
2024
0.13
Low commit activity in last 3 years
There's a lot of open issues
An ActiveRecord plugin for atomic archiving and unarchiving of object trees. Inspired by ActsAsParanoid and PermanentRecord