зеркало из https://github.com/mozilla/pjs.git
Removed 3_in notation
This commit is contained in:
Родитель
748c97bb3d
Коммит
8788474af2
|
@ -157,8 +157,8 @@
|
|||
(lex (lex :input-element)))
|
||||
(production (:next-input-element unit) ((:- #\_) :identifier-name) next-input-element-unit-name
|
||||
(lex (tag string (lex-name :identifier-name))))
|
||||
(production (:next-input-element unit) (#\_ :identifier-name) next-input-element-unit-underscore-name
|
||||
(lex (tag string (lex-name :identifier-name)))))
|
||||
#|(production (:next-input-element unit) (#\_ :identifier-name) next-input-element-unit-underscore-name
|
||||
(lex (tag string (lex-name :identifier-name))))|#)
|
||||
|
||||
(%print-actions)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче