Skip to content

Parentheses errors when using more than one S-Expression #2

@jcubic

Description

@jcubic

It seems that this project is used by GitHub and it shows syntax errors for code like this:

(car (cons 1 2))
;; ==> 1
(cdr (cons 1 2))
;; ==> 2
(cadr (cons 1 (cons 2 3)))

This seems to happen when there is a comment:

(car (cons 1 2))
(cdr (cons 1 2))
;; 
(cadr (cons 1 (cons 2 3)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions