代码拉取完成,页面将自动刷新
(define-macro/err (handle-macro/key-aux cyl-key cyl-l str-l)
`(begin
(if (string? cyl-adverb-value)
(begin
(push cyl-adverb-value cyl-current-macro)
(let-set! (res-str loc res-cyl res-st deli-cyl) (run/err cyl-macro s (+ loc 1) cyl-adverb-value ,cyl-l ,str-l))
)
(begin
(push last-str cyl-current-macro)
(let-set! (res-str loc res-cyl res-st deli-cyl) (run/err cyl-macro s (+ loc 1) last-str))
))
(pop cyl-current-macro)
(set! res-deli-st (nth 3 deli-cyl))
;;(y-or-n "handle-macro/key-aux:macro-list=~a,deli-cyl=~S,res-str=~a\nmk-str=~S\n" cyl-current-macro deli-cyl res-str mk-str-l)
(cond
((or (eq? res-deli-st '结束分隔符)(eq? res-deli-st '语句结束分隔符))
(push res-cyl mk-cyl-l)
(push res-str mk-str-l)
;;(y-or-n "handle-macro/key-aux:loc=~a,status=~a,deli=~a\nmk-cyl-l=~a\n" loc cyl-define-status deli-cyl mk-cyl-l)
(exit-cyl-key (list (merge-str loc mk-str-l) loc (merge-cyl loc mk-cyl-l '系统关键字调用) '系统关键字调用 deli-cyl #f key-handle))
)
(else
(push res-cyl mk-cyl-l)
(push res-str mk-str-l)
))))
(define-macro/err (handle-key/key-aux cyl-key)
`(let* ((cur-key last-str)
(cur-coding-l (find-system-dict-key-coding-list cur-key))
(cur-coding (nth 1 cur-coding-l))
(cur-permit-l (nth 8 (nth 2 cur-coding-l)))
(cur-handle (nth 7 (nth 2 cur-coding-l)))
)
;;(y-or-n "handle-key/key-aux:loc=~a\n" loc )
(if (member key-str cur-permit-l)
(exit-cyl-key (list (merge-str loc mk-str-l) loc (merge-cyl loc mk-cyl-l '系统关键字调用) '系统关键字调用 deli-cyl cur-key cur-handle))
(exit-cyl-key (list 'err loc (string-length cur-key) '非法语法 (err-format 'cyl-key->handle-key loc "[~a]关键字不允许在[~a]后出现。~a" cur-key key-str cur-permit-l))))))
(define-macro/err (rewrite-cyl/ciyu->macro-var cyl-key)
`(if (eq? (nth 3 last-cyl) '词语)
(begin
(set-car! (list-tail last-cyl 3) '宏引导变量)
(set-car! (list-tail last-cyl 2) (append-new-coding last-str '宏引导变量 0)))))
(define-macro/err (pre-handle-key/key-aux cyl-key)
`(begin
(push (list key-str (string-length key-str) key-coding '系统关键字 (cyl-serial)) mk-cyl-l)
(push key-str mk-str-l)
))
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。