Skip to content

Commit 7cc1ff3

Browse files
committed
Added string support to parser
1 parent d7f5aaf commit 7cc1ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DiffBackend/src/parser.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
(defun s-expr-rule (lex)
3434
(ecase (lexem-type lex)
35-
((:integer :symbol)
35+
((:integer :symbol :string)
3636
`(:atom () ,lex))
3737
((:left-parent)
3838
(list-rule lex))

0 commit comments

Comments
 (0)