Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

Small code cleanup: combine related things #318

Closed Akuli closed 1 year ago

Akuli commented 1 year ago

E.g. function declarations and function definitions now use the same data structure, and are distinguished by whether the body is empty.

This seems a bit weird at first, but IMO results in less copy/pasta and more readable code.