Skip to content

Allow type names with "." character #118

@daurnimator

Description

@daurnimator

As type names inhabit a global namespace, I would like to use some sort of namespacing. To follow lua module name convention, I'd like to use . as a separator. However this results in a syntax error:

interface foo.bar
	const qux : (self) -> ()
end

Perhaps you should allow a quoted name? e.g. interface "foo.bar"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions