Skip to content

Add type annotations #31

@mike-mcgann

Description

@mike-mcgann

When debugging issues with the calculator, it can be useful to know what the actual type is for values on the stack. Add a operation that annotates values. For example:

1 /abc 2.3 [type] map 

Would result in:

1 # Int 
abc # Text 
2.3 # Decimal 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions