зеркало из https://github.com/mozilla/gecko-dev.git
Replaced append by cons
This commit is contained in:
Родитель
490270b28f
Коммит
3dc230b926
|
@ -29,7 +29,7 @@
|
|||
(action<- (serial-num :expr 0) g))
|
||||
((value)
|
||||
(const i integer (+ (* 10 (serial-num :expr 0)) (value :digit)))
|
||||
(return (append (vector i) ((value :expr)))))))
|
||||
(return (cons i ((value :expr)))))))
|
||||
|
||||
(rule :main ((value (vector integer)))
|
||||
(production :main (:expr) main-expr
|
||||
|
|
Загрузка…
Ссылка в новой задаче