31 scripts tagged as: [type · dialect]
REBOL/AI Image linker | ||
ai.r | v:1.0.0 15.8 KB 13 Mar 2003 | Simple dialect for creating AdobeIllustrator files (ai) with linked images author: Oldes |
BBcode | ||
bbcode.r | v:0.1.0 8.7 KB 9 Jan 2009 | Basic BBCode implementation. For more info about BBCode check http://en.wikipedia.org/wiki/BBCode author: David 'Oldes' Oliva |
BNF grammar compiler | ||
bnf-compiler.r | v:1.0 11.0 KB 13 Dec 2009 | convert BNF grammar to REBOL parse rules author: Maxim Olivier-Adlhoch |
Calculese | ||
calculese.r | v:1.0.0 4.7 KB 14 Oct 2004 | A dialect for creating calculators. author: Ryan S. Cole |
Google Chart API | ||
charts-api.r documentation | v:0.1.1 3.2 KB 24 Jul 2010 | Generates a URL to access the Google Charts API author: Christopher Ross-Gill |
Collect Function | ||
collect.r discussion | 3.5 KB 10 Jan 2006 | Eliminate the result: copy [] ... append result value dance. author: Gregg Irwin |
Emit RSS | ||
emit-rss.r discussion documentation | v:1.0.0 4.5 KB 19 Nov 2007 | Create an RSS Feed from a REBOL Block. author: Christopher Ross-Gill |
file-date-comparison-ctx | ||
file-date-comparison-ctx.r | 3.3 KB 21 May 2007 | Compare file dates using a dialect author: Gregg Irwin |
File globbing module and dialect | ||
file-list.r discussion documentation | v:0.0.2 30.2 KB 19 Oct 2006 | Given a file spec, and optional criteria for date, size,
and attributes, the FILE-LIST function returns a block of
files that match the spec and criteria.
It is also a test-bed for how to integrate dialects with
one-another. There are sub-dialects for date, size, and
attribute tests, and FILE-LIST encapsulates those, along [...] author: Gregg Irwin |
file-size-comparison-ctx | ||
file-size-comparison-ctx.r | 3.3 KB 21 May 2007 | Compare file sizes using a friendly dialect author: Gregg Irwin |
Import and Validate User Input | ||
filtered-import.r documentation | v:0.1.1 10.9 KB 5 Jun 2007 | Filters user input based upon a given spec author: Christopher Ross-Gill |
glayout - GLASS-based layout engine | ||
glayout.r | v:0.5.4 141.6 KB 16 Nov 2006 | replace vid dialect layout while keeping its basic featureset author: Maxim Olivier-Adlhoch |
IFF dialect | ||
iff-dialect.r | v:1.1.0 4.3 KB 16 Jan 2013 | Electronic Arts Interchange File Format (IFF) dialect author: Vincent Ecuyer |
Library Interface Dialect | ||
lib-dialect.r documentation | 2.4 KB 14 Apr 2006 | Allow for a more concise way to define library routine
interfaces. author: Gregg Irwin |
VB Like Operator Module/pattern-matcher | ||
like.r documentation | v:0.0.3 6.7 KB 15 Oct 2006 | The LIKE? function is a first crack at something like
VB's Like operator. i.e. a *very* simple RegEx engine as you
would use in shells for file globbing. The real purpose was to
help me get acquainted with parse. author: Gregg Irwin |
make-doc-pro | ||
make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | Parses the make-doc-pro markup language into a
datastructure that can be into other
document formats (such as HTML) with good titles, table
of contents, section headers, indented fixed-spaced
examples, bullets and definitons. author: Robert M. Münch |
Equation Dialect Parser | ||
parse-equation.r documentation | v:0.9.3 7.1 KB 15 Mar 2011 | Converts a mathematical equation into a block of rebol code that can be evaluated. author: Francois Vanzeveren |
Mathematical Expression Dialect Parser | ||
parse-expression.r documentation | v:0.9.6 8.3 KB 22 Mar 2011 | Converts a mathematical expression into a block of rebol code that can be evaluated. author: Francois Vanzeveren |
Func Parse String | ||
parse-string.r | v:0.8.1 13.1 KB 20 Jul 2004 | Creates and returns a function that performs custom string substitution author: Stan Silver |
PDF Maker | ||
pdf-maker.r documentation | v:1.27.1 51.2 KB 18 Aug 2007 | A dialect to create PDF files from REBOL. author: Gabriele Santilli |
Prolog Like Inference Engine | ||
prolog.r discussion documentation | v:1.7 43.1 KB 3 Jan 2011 | This is an inference engine wich process prolog like clause
The engine can process prolog like clauses of the form :
man [jean]
woman [mary]
human [X] [man [X]]
human [X] [woman [X]]
CUT (!) and FAIL are implemanted (it's the only hardcoded predicates in the engine)
The engine execute Rebol code [...] author: Marco |
JS Promises | ||
promises.r | v:0.9.1 54.6 KB 28 Apr 2020 | A Rebol-style implementation of JS Promises author: Marco Antoniazzi |
Quick Plot Dialect | ||
q-plot.r | v:0.1.0 41.4 KB 6 Mar 2007 | Provide a quick and easy to use dialect for plotting in REBOL author: Matt Licholai |
Regset - Regular expression convertor to bitset! | ||
regset.r documentation | v:0.1.0 2.1 KB 31 May 2007 | Make bitset from simple regex-like dialect. author: Boleslav Brezovsky |
Simple System Tray | ||
simple-system-tray.r | 2.8 KB 18 Oct 2013 | After learning Rebol 1.3 could place itself in the System Tray on Windows,
and after finding Graham's example, I decided to make a slightly simpler
version of the System Tray dialect.
Since it's based on Graham's example, it may well be missing stuff...
Later note: This was also an experiment for me, learning the parse dialect. author: Izkata |
1 / 31 | [1] | 2 |