Skip to content

Implement list type#3

Open
Chavao wants to merge 5 commits intomainfrom
feat-list
Open

Implement list type#3
Chavao wants to merge 5 commits intomainfrom
feat-list

Conversation

@Chavao
Copy link
Copy Markdown
Member

@Chavao Chavao commented Apr 7, 2026

  • list is a constructor expression ((list ...)), consistent with current (...) usage.
  • Operations are command-style (list_push, list_get, etc.), consistent with echo, if, while.
  • 0-based indexing.
  • Out-of-range list_get / list_pop returns null (safe behavior).

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