links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Pedro Ângelo, member since Mar 11, 2006
.
Search Everyone: "regex",

Top "regex" experts: jeffrey.sabarese, guitarguy, bradsucks, betticonfetti, jimmie.fulton, isagoksu,

1 - 10 of 10   Watch jstone
 
The current UNIX® text processing tools are weakened by the built-in concept of a line. There is a simple notation that can describe the `shape' of files when the typical array-of-lines picture is inadequate. That notation is regular expressions. Using regular expressions to describe the structure in addition to the contents of files has interesting applications, and yields elegant methods for dealing with some problems the current tools handle clumsily. When operations using these expressions are composed, the result is reminiscent of shell pipelines
by jstone 2009-11-09 16:01 regex · text.processing · research · paper · reference
http://doc.cat-v.org/bell_labs/structural_regexps/ - cached - mail it - history
The sregex module implements Structural Regular Expressions in Python
by jstone 2009-11-09 15:59 python · programming · library · text.processing · regex · free.software · open.source
http://code.google.com/p/sregex/ - cached - mail it - history
ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code.
by jstone 2008-08-06 14:36 programming · tools · regex · search · text.processing · code · free · open.source
http://www.petdance.com/ack/ - cached - mail it - history
OMeta is a new object-oriented language for pattern matching. It is based on a variant of Parsing Expression Grammars (PEGs) which we have extended to handle arbitrary kinds of data. OMeta's general-purpose pattern matching facilities provide a natural and convenient way for programmers to implement tokenizers, parsers, visitors, and tree transformers, all of which can be extended in interesting ways using familiar object-oriented mechanisms.
by jstone 2008-04-10 15:06 programming · language · parsing · domain.specific.languages · research · regex · compiler · free · open.source
http://www.cs.ucla.edu/~awarth/ometa/ - cached - mail it - history
LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs)
by jstone 2008-03-13 14:46 programming · library · lua · embedded · text.processing · free · open.source · regex · parsing
http://www.inf.puc-rio.br/~roberto/lpeg/ - cached - mail it - history
stdlib is a Lua library of modules for common programming tasks, including list, table and functional operations, regexps, objects, pretty-printing and getopt. The whole thing can be loaded with 'require "std"', or modules can be used individually.
by jstone 2007-08-03 11:34 lua · programming · library · operating.system · extensions · free · open.source · regex · functional.programming
http://luaforge.net/projects/stdlib/ - cached - mail it - history
Ragel compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language. Code embedding is done using inline operators that do not disrupt the regular language syntax.
by jstone 2007-02-16 13:47 computer.science · library · programming · tools · C · cxx · regex · free · open.source · compiler
http://www.cs.queensu.ca/~thurston/ragel/ - cached - mail it - history
The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.
by jstone 2006-12-10 16:33 python · programming · library · text.processing · parsing · regex · simplicity · free · open.source
http://pyparsing.wikispaces.com/ - cached - mail it - history
Redet allows the user to construct regular expressions and test them against input data by executing any of a variety of search programs, editors, and programming languages that make use of regular expressions.
by jstone 2006-08-02 10:59 programming · tools · free · open.source · text.processing · regex
http://billposer.org/Software/redet.html - cached - mail it - history
1 - 10 of 10  
Related Tags
 
- exclude ~ optional + require
Add Dates