Skip to content

Make statements use a cons list for internal representation, and make eval evaluate a cons list #85

@Bravotic

Description

@Bravotic

Right now we evaluate strings, that should be converted to use a cons list as follows:

(+ 4 (+ 5 6)) -> (cons '+
                       (cons 4
                             (cons (cons '+
                                         (cons 5
                                               (cons 6  
                                                     '())))
                                   '())))

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions