Skip to content

TODO #40

Description

@redocmath
  • 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions