Allow bad tags in Scheme
* admin/grammars/scheme.by (scheme-in-list): Allow bad tags in Scheme (bug#36521).
This commit is contained in:
parent
8603a7d4ed
commit
ba51c80c30
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ scheme-in-list: DEFINE symbol expression
|
|||
(INCLUDE-TAG (file-name-nondirectory (read $2)) (read $2) )
|
||||
| symbol sequence
|
||||
(CODE-TAG $1 nil)
|
||||
| ;; No match, error
|
||||
(TAG "Bad Tag in Sexp" 'error)
|
||||
;
|
||||
|
||||
name-args: semantic-list
|
||||
|
|
Loading…
Add table
Reference in a new issue