This is the sexp_processor module for parsetree.
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.
Okay bernd@.
It's the perfect timing to slap it in now during p2k8, and it paves the way
for the incoming gtk 2.14.4 upgrade.
Tested by bernd@ in a mulk muild.
ok ajacoutot@ bernd@ 'go ahead' jasper@
Testing, on steriods. Go red with zentest which ensures test coverage and
accelerates TDD. Go green with unit_diff using Advanced Diffing Technology(TM)
to highlight errors. Refactor with autotest, continuous integration while you
code.
Okay bernd@.
rparsec is a recursive descent parser combinator framework. Intuitive and
declarative API is provided instead of code generation or proprietary BNF-like
syntax. A calculator parser can be built from scratch in 10 lines of simple
code.
Okay bernd@.
ruby-typo <- ruby-debug <- ruby-debug-base updates.
LineCache - caches (Ruby source) files as might be used in a debugger
or a tool that works with sets of Ruby source files.
okay bernd@, import guidance from jasper@
LibUnique is a library for writing single instance applications, that is
applications that are run once and every further call to the same binary
either exits immediately or sends a command to the running instance.
with tweaks and ok jasper@ ajacoutot@
GIT repository browser that additionally can act as a pager for
output from various GIT commands. When browsing repositories, it
uses the underlying GIT commands to present the user with various
views, such as summarized revision log and showing the commit with
the log message, diffstat, and the diff. Using it as a pager, it
will display input from stdin and colorize it.
Submitted and maintained by Tobias Ulmer. Thanks!