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

TODO #40

Open
2 of 7 tasks
redocmath opened this issue Dec 17, 2021 · 0 comments
Open
2 of 7 tasks

TODO #40

redocmath opened this issue Dec 17, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed todo

Comments

@redocmath
Copy link
Member

redocmath commented Dec 17, 2021

  • Array(Object System)

    • Declare: int a[1000];
    • Declare with initialization: int a[5] <- {1 ~ 5} or int a[5] <- {1, 2, 3, 4, 5}
    • Substitution: a[3] = 7
    • Substitution with range: a[0 ~ 3] = 100
    • For statement with Array: for i in a
    • Everything about array hasn't been decided yet.
  • Error Handling System(v0.1.4)

    • Print the line number where the error has occurred
  • Inline Block

  • Add More Comments in Source/Header File Code

  • Allow Third-party Library

  • Issue Template

  • Clean Code

@redocmath redocmath added enhancement New feature or request help wanted Extra attention is needed todo labels Dec 17, 2021
@redocmath redocmath moved this to Todo in Wopslang Todo Dec 17, 2021
@redocmath redocmath moved this from Todo to In Progress in Wopslang Todo Dec 17, 2021
@redocmath redocmath pinned this issue Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed todo
Projects
Status: In Progress
Development

No branches or pull requests

3 participants