Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for function declarations with closures #45

Merged
merged 9 commits into from
Mar 12, 2024
Merged

Conversation

froth
Copy link
Owner

@froth froth commented Mar 12, 2024

  • Some cosmetics and dependency updates
  • Implement parser for function declaration
  • Add src to parser struct for easier access
  • Extract declaration parsing to own module
  • Implement function calls
  • Fix leaking call env to function call.
  • Some cleanup of missleading From
  • Add support for return statement
  • Implement closures

@froth froth merged commit 0de6fb6 into main Mar 12, 2024
1 check passed
@froth froth deleted the function_declarations branch March 12, 2024 17:53
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant