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

0.3.0 #61

Open
10 tasks
wcho21 opened this issue Feb 6, 2024 · 0 comments
Open
10 tasks

0.3.0 #61

wcho21 opened this issue Feb 6, 2024 · 0 comments
Assignees
Labels

Comments

@wcho21
Copy link
Owner

wcho21 commented Feb 6, 2024

WIP 0.3.0

New data types

List (배열)

Support list (배열) data type.

  • List literal [ ... ].

Support built-in functions for list.

  • 길이(list): get length of list.
  • 넣기(list, item): push item to list.
  • 빼기(list): pop an item from list.
  • 쓰기(list): write list as a string

Table (표)

Support table (표) data type.

  • Table literal { ... }.

Support built-in functions for table.

  • 길이(table): get length of table.
  • 넣기(table, key, value): push key and value pair to table.
  • 빼기(table, key): pop a value with key from table.
  • 쓰기(table): write table as a string

Comment

Support comment

@wcho21 wcho21 self-assigned this Feb 6, 2024
@wcho21 wcho21 added the release label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant