We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f5aaf commit 7cc1ff3Copy full SHA for 7cc1ff3
DiffBackend/src/parser.lisp
@@ -32,7 +32,7 @@
32
33
(defun s-expr-rule (lex)
34
(ecase (lexem-type lex)
35
- ((:integer :symbol)
+ ((:integer :symbol :string)
36
`(:atom () ,lex))
37
((:left-parent)
38
(list-rule lex))
0 commit comments