Skip to content

Webapp doesn't handle parenthesis correctly #18

Open
@ryukinix

Description

@ryukinix

image

This occurs because my lexer it's just a split by whitespace. I need to fix that.

(defun parse-string (string)
"Translate string to a list expression"
(mapcar (lambda (x)
(intern (string-upcase x) :lisp-inference))
(str:words string)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugwebRelated to webapp module

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions