Sciweavers

81 search results - page 2 / 17
» Extensible pattern matching via a lightweight language exten...
Sort
View
VIP
2001
13 years 6 months ago
Enhancing Screen Teleconferencing with Streaming SIMD Extensions
It is often necessary to reduce storage and bandwidth requirements when recording or broadcasting a sequence of actions on a computer screen. These applications most commonly fall...
John G. Allen, Jesse S. Jin
ENTCS
2008
78views more  ENTCS 2008»
13 years 5 months ago
Silver: an Extensible Attribute Grammar System
Attribute grammar specification languages, like many domain specific languages, offer significant advantages to their users, such as high-level declarative constructs and domain-s...
Eric Van Wyk, Derek Bodin, Jimin Gao, Lijesh Krish...
VLDB
2012
ACM
361views Database» more  VLDB 2012»
12 years 15 days ago
Answering pattern match queries in large graph databases via graph embedding
The growing popularity of graph databases has generated interesting data management problems, such as subgraph search, shortest path query, reachability verification, and pattern ...
Lei Zou, Lei Chen 0002, M. Tamer Özsu, Dongya...
DLS
2007
138views Languages» more  DLS 2007»
13 years 8 months ago
OMeta: an object-oriented language for pattern matching
This paper introduces OMeta, a new object-oriented language for pattern matching. OMeta is based on a variant of Parsing Expression Grammars (PEGs) [5]--a recognitionbased foundat...
Alessandro Warth, Ian Piumarta
OOPSLA
2005
Springer
13 years 10 months ago
Adding trace matching with free variables to AspectJ
An aspect observes the execution of a base program; when certain actions occur, the aspect runs some extra code of its own. In the AspectJ language, the observations that an aspec...
Chris Allan, Pavel Avgustinov, Aske Simon Christen...