Skip to content

Nested layout not parsed #1

@ccocz

Description

@ccocz

In following example:

# iterative
fact(n):
	if (1 == 2):
		r = r * i;
	return n;

main:
	return 0;
	#out(fact(7));
	#out(factr(7));

main function is parsed as if inside fact.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions