[Wisp-cvs] wisp/doc worth.vim,1.24,1.25
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-26 18:22:41
|
Update of /cvsroot/wisp/wisp/doc In directory usw-pr-cvs1:/tmp/cvs-serv28730/doc Modified Files: worth.vim Log Message: Made Worth's syntax stack visible to the source being translated. Index: worth.vim =================================================================== RCS file: /cvsroot/wisp/wisp/doc/worth.vim,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- worth.vim 18 Sep 2002 21:15:12 -0000 1.24 +++ worth.vim 26 Sep 2002 18:21:38 -0000 1.25 @@ -18,10 +18,11 @@ syn keyword worthPreproc assemble define defun extern ifdef ifndef syn keyword worthPreproc include macro native -syn keyword wispSyntax ->reg ->ureg :> <: again begin believe binary -syn keyword wispSyntax conform copy delete else flush if if-empty +syn keyword wispSyntax ->compstack ->reg ->ureg :> <-compstack <: ?jump +syn keyword wispSyntax again annihilate begin believe binary conform +syn keyword wispSyntax copy delete else flush gen-label if if-empty syn keyword wispSyntax if-int-const register repeat stack<=! stack=! -syn keyword wispSyntax stack>=! then unless until while +syn keyword wispSyntax stack>=! stick-label then unless until while syn keyword wispFunc * + - --byte@ --cell@ --tetra@ --wyde@ -2rot syn keyword wispFunc ->wisp-bool -rot / /mod 0= 1+ 1- 2* 2drop 2dup |