Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Add more readers to the LispReader #57

@oubiwann

Description

@oubiwann

Next up:

  • Char reader: #\x
  • More numbers:
    • hexadecimal: #x
    • octal: #o
    • binary: #b
    • any base: #nr (e.g., #36r)
    • rational: 123/32
    • scientific notation:
      • 123E-3 -> 0.123
      • 0.123e20 -> 1.23e+19
      • 123d23 -> 1.23d+25
    • alternate complex notation: #c(2 1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions