|
|
@ -55,6 +55,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
;; handle brag/support `token` with special identifier
|
|
|
|
;; handle brag/support `token` with special identifier
|
|
|
|
;; so it doesn't conflict with brag's internal `token` macro
|
|
|
|
;; so it doesn't conflict with brag's internal `token` macro
|
|
|
|
|
|
|
|
;; defined but deliberately not provided so it's available at repl, but not on import
|
|
|
|
(define TOKEN bs:token)
|
|
|
|
(define TOKEN bs:token)
|
|
|
|
|
|
|
|
|
|
|
|
(define-tokens enumerated-tokens (TOKEN-TYPE ...))
|
|
|
|
(define-tokens enumerated-tokens (TOKEN-TYPE ...))
|
|
|
|