flofriday / Moose

🐐 A new fun programming language
MIT License
6 stars 1 forks source link

Return outside function is allowed #28

Closed flofriday closed 1 year ago

flofriday commented 1 year ago

Example

Moose Interpreter (https://github.com/flofriday/Moose)
Written with <3 by Jozott00 and flofriday.
> return 23
ReturnSignal(value: 23)

This sholdn't be allowed and catched by the typechekcer.

flofriday commented 1 year ago

This is now fixed. I will add some tests to assure that it won't break in the future.