Start Factor 0.69

cvs
Slava Pestov 2004-11-10 03:47:01 +00:00
parent 4fd8f1cdf2
commit eece9c1f84
6 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ import java.io.*;
public class FactorInterpreter implements FactorObject, Runnable
{
public static final String VERSION = "0.68";
public static final String VERSION = "0.69";
public static final Cons DEFAULT_USE = new Cons("builtins",
new Cons("syntax",new Cons("scratchpad",null)));

View File

@ -3,7 +3,7 @@
plugin.factor.jedit.FactorPlugin.activate=startup
plugin.factor.jedit.FactorPlugin.name=Factor
plugin.factor.jedit.FactorPlugin.version=0.68
plugin.factor.jedit.FactorPlugin.version=0.69
plugin.factor.jedit.FactorPlugin.author=Slava Pestov
plugin.factor.jedit.FactorPlugin.docs=/doc/jedit/index.html

View File

@ -119,7 +119,7 @@ USE: unparser
cpu "x86" = [
[
"hsv" test
"hsv"
"x86-compiler/simple"
"x86-compiler/stack"
"x86-compiler/ifte"

View File

@ -72,7 +72,7 @@ USE: stack
#! first two in a pair.
over vector-length [
pick pick 2vector-nth cons
] vector-collect nip nip ;
] vector-project nip nip ;
: vector-2map ( v1 v2 quot -- v )
#! Apply a quotation with stack effect ( obj obj -- obj ) to