Skip to content

Improve the parser to match the spec more closely #14

Description

@jaseemabid

A short list of programs that should parse but wont at the moment.

  • Functions without args (f)
  • Simple letrec.
(letrec ((e (lambda (x) (if (zero? x) #t (o (dec x)))))
         (o (lambda (x) (if (zero? x) #f (e (dec x))))))
  (e 25))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions