[Wisp-cvs] wisp/doc wisp.vim,1.216,1.217
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-04 14:30:14
|
Update of /cvsroot/wisp/wisp/doc In directory usw-pr-cvs1:/tmp/cvs-serv29729/doc Modified Files: wisp.vim Log Message: Made macros ordinary first-class objects. Index: wisp.vim =================================================================== RCS file: /cvsroot/wisp/wisp/doc/wisp.vim,v retrieving revision 1.216 retrieving revision 1.217 diff -u -d -r1.216 -r1.217 --- wisp.vim 4 Sep 2002 14:28:26 -0000 1.216 +++ wisp.vim 4 Sep 2002 14:29:42 -0000 1.217 @@ -104,12 +104,12 @@ syn keyword wispSyntax -> ... <...> <> => acons! and assert begin bind syn keyword wispSyntax car! case cdr! cond cons! current-globals cut syn keyword wispSyntax cute decr! define define-syntax defmacro delay -syn keyword wispSyntax do else except export export-macro finally hide -syn keyword wispSyntax hide* hold if incr! lambda lambda-pack let let* -syn keyword wispSyntax let-syntax letrec letrec-syntax metacode module -syn keyword wispSyntax my my-port or phase quasiquote quote rec serial -syn keyword wispSyntax set! splicing sub swap! syntax-rules try type -syn keyword wispSyntax unless unquote use when while +syn keyword wispSyntax do else except export finally hide hide* hold if +syn keyword wispSyntax incr! lambda lambda-pack let let* let-syntax +syn keyword wispSyntax letrec letrec-syntax metacode module my my-port +syn keyword wispSyntax or phase quasiquote quote rec serial set! +syn keyword wispSyntax splicing sub swap! syntax-rules try type unless +syn keyword wispSyntax unquote use when while syn keyword wispFunc * + - / /= < << <= = > >= >> abs address-of syn keyword wispFunc alist->dict alist->vector alist-copy analyse angle @@ -152,8 +152,8 @@ syn keyword wispFunc dict-bind! dict-copy dict-defined? dict-drop! syn keyword wispFunc dict-fetch dict-ref dict-set! dict? documentation syn keyword wispFunc drop duplicate-dict-item! dwim-stringify eighth -syn keyword wispFunc env-copy env-ref eof-object? eq? equal? eqv? eval -syn keyword wispFunc even? evmfunc? exact->inexact exact? exit fifth +syn keyword wispFunc env-ref eof-object? eq? equal? eqv? eval even? +syn keyword wispFunc evmfunc? exact->inexact exact? exit fifth syn keyword wispFunc file-ctime file-descriptor file-mtime file-stat syn keyword wispFunc file-type file? filter find find-tail first syn keyword wispFunc fit-for-symbol? fit-for-variable-name? fixnum? @@ -165,24 +165,25 @@ syn keyword wispFunc intermingle invoke-gc keyword? last-cons lcm syn keyword wispFunc length list list->semideque list->vector list-copy syn keyword wispFunc list-ref list-tail list? load log lookup-slot -syn keyword wispFunc magnitude make-box make-c16string make-c8string -syn keyword wispFunc make-class make-counter make-dict make-empty-env -syn keyword wispFunc make-instance make-polar make-record-type -syn keyword wispFunc make-rectangular make-string make-vector map max -syn keyword wispFunc meaning member memq memv min modify-bit -syn keyword wispFunc module-macro-ref module-ref modulo native? -syn keyword wispFunc negative? newline ninth nop not null-environment -syn keyword wispFunc null-list? null? number->string number? numerator -syn keyword wispFunc nybble? nyp? odd? open-input-file open-output-file -syn keyword wispFunc order->dict output-port? pack-be-integer -syn keyword wispFunc pack-le-integer parse-character-body -syn keyword wispFunc parse-lambda-list peek-char peek-string -syn keyword wispFunc pick-dict-items port? positive? preprocess print -syn keyword wispFunc procedure? quotient raise rassoc rassq rassv -syn keyword wispFunc rational->cons rational? rationalize read -syn keyword wispFunc read-all=> read-char read-char-sequence -syn keyword wispFunc read-character-body read-directory read-line -syn keyword wispFunc read-string read-whole-file real-part real? +syn keyword wispFunc macro->procedure macro? magnitude make-box +syn keyword wispFunc make-c16string make-c8string make-class +syn keyword wispFunc make-counter make-dict make-instance make-polar +syn keyword wispFunc make-record-type make-rectangular make-string +syn keyword wispFunc make-vector map max meaning member memq memv min +syn keyword wispFunc modify-bit module-macro-ref module-ref modulo +syn keyword wispFunc native? negative? newline ninth nop not +syn keyword wispFunc null-environment null-list? null? number->string +syn keyword wispFunc number? numerator nybble? nyp? odd? +syn keyword wispFunc open-input-file open-output-file order->dict +syn keyword wispFunc output-port? pack-be-integer pack-le-integer +syn keyword wispFunc parse-character-body parse-lambda-list peek-char +syn keyword wispFunc peek-string pick-dict-items port? positive? +syn keyword wispFunc preprocess print procedure->macro procedure? +syn keyword wispFunc quotient raise rassoc rassq rassv rational->cons +syn keyword wispFunc rational? rationalize read read-all=> read-char +syn keyword wispFunc read-char-sequence read-character-body +syn keyword wispFunc read-directory read-line read-string +syn keyword wispFunc read-whole-file real-part real? syn keyword wispFunc record-type-discriminator record-type-referrer syn keyword wispFunc record-type-slot-count record-type? reduce-index syn keyword wispFunc ref remainder reverse round run-ewisp-file sbyte? |