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

Type inference #13

Open
53 of 64 tasks
neverRare opened this issue Jul 25, 2021 · 0 comments
Open
53 of 64 tasks

Type inference #13

neverRare opened this issue Jul 25, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@neverRare
Copy link
Owner

neverRare commented Jul 25, 2021

Expressions

  • Regular array
  • Range array
  • Len
  • Concat
  • Index
  • Slice
  • Boolean literal
  • Logical operator
    • !
    • |
    • ||
    • &
    • &&
  • Clone
  • Function expression
  • Function call
  • Move operator
  • Integer literal
  • Float literal
  • Arithmetic operator
    • Prefix -
    • +
    • -
    • *
    • /
    • //
    • %
  • Comparison operator
    • ==
    • !=
    • <
    • >
    • <=
    • >=
  • Tuple
  • Record
  • Field Access
  • Tagged expression
  • Variable
  • Reference
  • Deref
  • Break
  • Continue
  • Return
  • Block
  • If
  • For
  • While
  • Loop
  • Match
  • Assignment

Statements

  • Variable declaration
  • Function declaration
  • Expression statement

Pattern

  • Number
  • Boolean
  • Ignore
  • Variable
  • Array
  • Record
  • Tuple
  • Tagged variant
  • Reference
  • Function parameter
@neverRare neverRare added this to To do in Development via automation Jul 25, 2021
@neverRare neverRare moved this from To do to In progress in Development Jul 25, 2021
@neverRare neverRare added the enhancement New feature or request label Jul 25, 2021
@neverRare neverRare self-assigned this Jul 29, 2021
@neverRare neverRare changed the title Type inference for simple expressions Type inference Apr 8, 2022
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
Development
  
In progress
Development

No branches or pull requests

1 participant