Skip to content

Support for Scheme vector literals #19

@noahvanes

Description

@noahvanes

Vector literals in Scheme (e.g., #(1 2 3)) are currently not supported.

In order to do so, the SExpParser will first need to be extended to support this notation.
Then, adding the corresponding evaluation rules in the concrete and abstract interpreters should be trivial.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions