master commit for publish
authorken <ken@mihrtec.com>
Fri, 16 Mar 2018 20:27:57 +0000 (13:27 -0700)
committerken <ken@mihrtec.com>
Fri, 16 Mar 2018 20:27:57 +0000 (13:27 -0700)
forth.forth

index 47224b9..5c9834f 100644 (file)
@@ -155,21 +155,6 @@ here define-does then compiling ;
 : '> word find-does ;
 :> '> word find-does , ;
 
 : '> word find-does ;
 :> '> word find-does , ;
 
-\ CHAR 
-: CHAR: word drop @8_u ;
-:> CHAR: lit lit , ' char: execute , ;
-
-\ JSON Compiler
-: JSON-CTRL-CHAR char: { =? if ;; then
-                 char: } =? if ;; then
-                 char: [ =? if ;; then ;
-: JSON-PARSE-V ;
-: JSON-PARSE-" ;
-: JSON-PARSE-[ ;
-: JSON-PARSE-{ ;
-:> JSON-WORD wordstart key -1 =? if ;; then ws?   ;
-
-
 \ Include a remote file
 : REQUIRE" ' quit channel-open dup \' " \, fetch channel-await ;
 
 \ Include a remote file
 : REQUIRE" ' quit channel-open dup \' " \, fetch channel-await ;