Skip to content

Typchecking: when and where #4

@alexandervanrenen

Description

@alexandervanrenen

When parsing an expression at some point one has to do type checking (i.e. is it possible to add an integer to a float). There are a view options:

  • During evaluation. (currently implemented)
  • In a separate function.
  • During parsing, by the parser.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions