*** empty log message ***
original commit: 4e889a6f2a02673a8c738f05283aaa34298df938
This commit is contained in:
parent
92a2018aea
commit
3c7cbf4155
|
@ -200,7 +200,11 @@
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(change-style color sp ep #f)))
|
(change-style color sp ep #f)))
|
||||||
colors)))
|
colors)))
|
||||||
(insert-last! tokens (new token-tree% (length len) (data type)))
|
; Using the non-spec version takes 3 times as long as the spec
|
||||||
|
; version. In other words, the new greatly outweighs the tree
|
||||||
|
; operations.
|
||||||
|
;(insert-last! tokens (new token-tree% (length len) (data type)))
|
||||||
|
(insert-last-spec! tokens len type)
|
||||||
(send parens add-token data len)
|
(send parens add-token data len)
|
||||||
(cond
|
(cond
|
||||||
((and (not (send invalid-tokens is-empty?))
|
((and (not (send invalid-tokens is-empty?))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user