Skip to content

ident literals not subject to style insensitivity, for interop: proc $foo__bar() #806

@timotheecour

Description

@timotheecour

Example

{.push: importc.}
proc `$a::b`()
proc `$ i can have space and not use stropping`()
proc `$_foo_`()
proc `$foo__bar`()
proc `$foo_bar`()
proc `$fooBar`() # different from proc `$foo_bar`()

note

this fits well with the special syntax we added for user defined literals:

proc `'big`(a: string): int

links

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions