Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
args - generic command-line argument parser.
args.r
 discussion
 documentation
v:0.1.10
29.9 KB
17 Dec 2008
End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it.
author: Maxim Olivier-Adlhoch
ABNF Parser
abnf-parser.r
 documentation
v:1.0.1
21.8 KB
11 Mar 2013
Parse ABNF rules as found in IETF RFC documents.
author: Brett Handley
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
form-date
form-date.r
 documentation
v:1.0.1
5.5 KB
18 Jul 2007
Return formatted date string using strftime style format specifiers
author: Christopher Ross-Gill
Load-Parse-Tree (Parse-Analysis)
load-parse-tree.r
 documentation
v:2.0.1
8.5 KB
5 May 2013
Load a block structure representing your input as matched by Parse.
author: Brett Handley
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
Trivial Email List Server
mailserver.r
 documentation
v:1.0.0
1.2 KB
13 Mar 2003
As simple as a list server gets.
author: Anonymous
Parse Analysis Toolset /View
parse-analysis-view.r
 documentation
v:2.1.0
31.7 KB
24 May 2013
Some REBOL/View tools to help learn/analyse parse rules.
author: Brett Handley
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
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
Parse ini file
parse-ini.r
 discussion
 documentation
v:1.0.2
2.2 KB
15 Apr 2009
Parses a Window's ini file. Also a function to find entries in a parsed ini file
author: Sunanda
REBOL Parse Rule Parser
parserule-parser.r
 documentation
v:1.0.2
12.5 KB
9 Mar 2013
Parse REBOL Parse Rules.
author: Brett Handley
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
Parse Analysis Toolset
parse-analysis.r
 documentation
v:2.0.0
11.5 KB
3 Mar 2013
Some tools to help learn/analyse parse rules.
author: Brett Handley
Dialect Object Model
quote-node-attributes.r
 discussion
 documentation
5.4 KB
4 Jun 2022
This script is used on data Sequence key value pairs with various different syntax styles such as DOM Vars, html,xml,css, objects, arrays, json, rebol series, etc. It attempts to reformat malformed key/value data found in a SL that's usually delimited as objects, arrays, or json statement. It requotes *" *, and can creates tagged node-elements for look up in Dialect Object Models. Witch then can be set as Vars to be used with rebol-DOM functions. You can allso fine tune your own delimiter rules as characters or words patterens to use with the strip-obj-chars-from() function. (DSL: domain specific language)
author: [unknown]
RFC Parser
rfc-parser.r
 documentation
v:1.0.0
6.3 KB
3 Mar 2013
Parse RFC Documents.
author: Brett Handley
Simple REBOL Text Parser
rebol-text-parser.r
 documentation
v:1.0.1
6.7 KB
9 Mar 2013
Parse text using a REBOL grammar and index values found within it.
author: Brett Handley
Run sequence encoded integer data sets
rse-ids.r
 documentation
v:0.0.1
7.0 KB
21 Feb 2007
Provide an API for compacting/compressing sets of integers
author: christian
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
A keyword based search engine for the Rebtutorial articles index page
rebtut-indexer.r
 documentation
v:0.0.1
14.6 KB
14 Dec 2009
Was tired looking up visually the index page for any article containing a specific keyword. For now the script loads and parses the original articles' index page duirectly from the Rebtutorial.com web site, splitting URL links apart from their descriptions, and while counting them it appends them to a block that can be searched by keyword. [...]
author: Gerard Cote