Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
make-word-list
make-word-list.r
 documentation
v:1.0.0
16.5 KB
2 Apr 2007
Makes a list of words from a string
author: peter
Tower of REBOL
tower.r
 documentation
v:1.0.0
3.3 KB
13 Mar 2003
REBOL can speak to many audiences.
author: Anonymous
BNF grammar compiler
bnf-compiler.rv:1.0
11.0 KB
13 Dec 2009
convert BNF grammar to REBOL parse rules
author: Maxim Olivier-Adlhoch
glayout - GLASS-based layout engine
glayout.rv:0.5.4
141.6 KB
16 Nov 2006
replace vid dialect layout while keeping its basic featureset
author: Maxim Olivier-Adlhoch
Quick Manual
quick-manual.r1.6 KB
15 Sep 2009
A quick and dirty way to print out help for all built in functions. Also includes a complete list of VID styles ("view layout" GUI widgets), VID layout words, and VID facets (standard properties available for all the VID styles). Give it a minute to run... Taken from the tutorial at http://musiclessonz.com/rebol.html
author: nick
REBOL stress test
rebol-stress-test.rv:0.0.1
3.3 KB
13 Aug 2004
Run various things to see what limits REBOL has. Largest integer, largest decimal, depth of stack, maximum words definable, etc.
author: Sunanda
REBOL Document Generator
rebdoc.r
 documentation
v:1.0.1
3.9 KB
13 Mar 2003
Generates an HTML formatted document of all REBOL defined words (from the information found within the REBOL program itself). The output file is rebdoc.html.
author: Carl Sassenrath
Simple pager
pager.r
 documentation
v:0.9.4
12.8 KB
28 Mar 2008
A more less page pager; support b, r, /, ?, >, <, q and /options [rows: cols: num: eof:]
author: Brian Tiffin
Keyboard Trener
keyboar-trener.rv:1.0.0
3.8 KB
25 May 2007
Learn to write rebol words faster without looking at keyboard.
author: Karol Gozlinski
Markdown entry for R3
markdown-rebol3.rv:4.0.12
4.2 KB
7 Jan 2013
make markdown entry from defined words, example: my? append (then you can paste directly (CTRL+V), see https://github.com/hostilefork/r3-hf/wiki/Random) This works with Rebol3
author: Massimiliano Vessi
Wiki entry R3
wiki-rebol3.rv:3.0.6
4.1 KB
2 Jan 2013
make wikibook/wikipedia/mediawiki entry from defined words, example: my? append (then you can paste directly (CTRL+V), see http://en.wikibooks.org/wiki/REBOL_Programming/append) This works with Rebol3
author: Massimiliano Vessi
using dict protocol from dict.org
dict-demo.r
 documentation
v:0.9.3
8.7 KB
27 Feb 2008
Some usage words for dict:// protocol based on RFC2229
author: Brian Tiffin
Script Analyser
analyse.rv:1.0.1
5.3 KB
7 Jan 2005
Front-End User Interface for anamonitor to analyse a rebol script.
author: JL MEYRIAL
Contexts
contexts.r10.5 KB
7 Jul 2013
REBOL code from the bindology article
author: Ladislav Mecir
encompass function
encompass.rv:1.0.3
8.2 KB
26 Nov 2003
Patch/Extend/Restrict any function by transparently enclosing it within another.
author: Maxim Olivier-Adlhoch
HTML Dialect
html.r
 documentation
v:0.0.7
21.8 KB
20 Aug 2008
HTML dialect for simple generation of webpages with REBOL code.
author: henrik mikael kristensen
Mini virtual and x86 machine dll to speed-up calculations a bit
mini-reb-vm.rv:0.1.1
41.1 KB
24 Feb 2019
speed-up calculations a bit.
author: Marco Antoniazzi
Find Non-local Variables
nonlocal.r2.5 KB
13 Mar 2003
Provides an way to find local variables that have not been declared as locals.
author: Carl Sassenrath
RNILL - REBOL Non Intelligent Language Learner
rnill.rv:1.0.4
10.8 KB
19 Feb 2004
RNILL a REBOL implementation of a non intelligent language learner inspired by NIALL (Non Intelligent Amos Language Learner by Mathew Peck 1990).
author: Allen Kamp
Function counter
rebol-script-function-counter.rv:1.0.0
8.6 KB
14 Feb 2012
[no purpose header found]
author: Maxim Olivier-Adlhoch
SLiM - STEEL | Library Manager
slim.rv:0.9.13
29.1 KB
7 Mar 2009
Loads and Manage Run-time linkable libraries. Also serves as a specification.
author: Maxim Olivier-Adlhoch
Use-rule
use-rule.r3.4 KB
17 Jan 2012
Create a recursion and thread-safe parse rule with local variables. R2/R3 compatible.
author: ladislav mecir
Vertical and horizontal panels styles
vert-horiz-panels-style.rv:0.1.3
3.4 KB
17 Dec 2011
Add simple vertical and horizontal panels styles to VID GUIs
author: Marco Antoniazzi
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
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