GabrielBrandao1618 / dashlang

The Dash programming language
0 stars 0 forks source link

Fix closures #10

Open GabrielBrandao1618 opened 6 months ago

GabrielBrandao1618 commented 6 months ago

Since they aren't really closures technically😅

Before fixing the closures by giving them the right behavior, implement functions(as statements)

GabrielBrandao1618 commented 6 months ago

I plan to implement functions using the same syntax as Rust, so

fn function_name() {}