This commit is contained in:
Nikolay Puzanov 2023-02-20 15:16:05 +03:00
parent ddeb6374f3
commit dfff93795e

View File

@ -139,6 +139,7 @@
((string-ci= name "$timescale")
(next-cmd (parse-timescale (second cmd)) scope tags+signals))
;; TODO: Add scope type (make scope as pair '(scope-type . scope-name))
((string-ci= name "$scope")
(next-cmd timescale (cons (third cmd) scope) tags+signals))