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

Lists in Malluscript #33

Merged
merged 8 commits into from
Jan 8, 2024
Merged

Lists in Malluscript #33

merged 8 commits into from
Jan 8, 2024

Conversation

Sreyas-Sreelal
Copy link
Owner

Adds support for Lists
Example usage:

x = [1,4,5,6,"malluscript"];
x = x + "more data";
i = 0;
i um 6 um onnallenkil avarthikuga {
    ezhuthuga x[i] + " ";
    i = i+1;
}

Addition with list on left hand and any other data on right hand equates to appending data to list.

@Sreyas-Sreelal Sreyas-Sreelal self-assigned this Oct 31, 2023
@Sreyas-Sreelal Sreyas-Sreelal added the enhancement New feature or request label Oct 31, 2023
@Sreyas-Sreelal Sreyas-Sreelal merged commit be0534a into 1.1.0 Jan 8, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant