Skip to content

Allow giving names to function parameters #15

@ISSOtm

Description

@ISSOtm

Currently, I have to do things like

	def ret();
	def yld();
	def jmp(u16 /* addr */);
	def put_u8(u8 /* var_id */, u8 /* value */);
	def move_obj(u8 /* id */, u8 /* x */, u8 /* y */);

to remember what parameter is what, which looks a little bleh. I think it'd be better to allow optional (and ignored!) names for the parameters. Syntax highlighting could be improved even better from it, I think!

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