Skip to content

Normalization of call kinds #4

@ynfle

Description

@ynfle

As of now, the proposed representation for Nim proc/func/template/macro calls is to normalize them all to regular calls. For example:

`+` 1, 2 => `+`(1, 2)
1 + 2    => `+`(1, 2)
-1       => `-`(1)

Is this the desired result?
Certain call styles are more idiomatic

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