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

A41 Feature: Add functions #30

Merged
merged 7 commits into from
Sep 8, 2022
Merged

A41 Feature: Add functions #30

merged 7 commits into from
Sep 8, 2022

Conversation

Ph0enixKM
Copy link
Member

# Create a function that takes a parameter with any type
fun foo(left, right) {}

# Run the function
foo(1, 2)

src/modules/variable/mod.rs Fixed Show fixed Hide fixed
src/modules/function/declaration.rs Fixed Show fixed Hide fixed
src/modules/function/invocation.rs Fixed Show fixed Hide fixed
src/modules/function/mod.rs Fixed Show fixed Hide fixed
src/modules/function/mod.rs Fixed Show fixed Hide fixed
src/modules/function/mod.rs Fixed Show fixed Hide fixed
src/modules/function/mod.rs Fixed Show fixed Hide fixed
src/utils/memory.rs Fixed Show fixed Hide fixed
src/utils/memory.rs Fixed Show fixed Hide fixed
src/utils/memory.rs Fixed Show fixed Hide fixed
src/modules/function/declaration.rs Fixed Show fixed Hide fixed
src/modules/function/declaration.rs Fixed Show fixed Hide fixed
src/modules/function/mod.rs Fixed Show fixed Hide fixed
src/modules/function/mod.rs Fixed Show fixed Hide fixed
src/utils/memory.rs Fixed Show fixed Hide fixed
src/utils/memory.rs Fixed Show fixed Hide fixed
src/utils/memory.rs Fixed Show fixed Hide fixed
src/modules/variable/mod.rs Fixed Show fixed Hide fixed
src/modules/function/declaration.rs Fixed Show fixed Hide fixed
src/cli/cli_interface.rs Fixed Show fixed Hide fixed
src/cli/cli_interface.rs Fixed Show fixed Hide fixed
@Ph0enixKM Ph0enixKM merged commit 05c78ba into master Sep 8, 2022
@Ph0enixKM Ph0enixKM deleted the A41 branch September 8, 2022 20:03
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