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

High Level TODO #19

Open
12 of 29 tasks
edwardwawrzynek opened this issue Jun 27, 2020 · 0 comments
Open
12 of 29 tasks

High Level TODO #19

edwardwawrzynek opened this issue Jun 27, 2020 · 0 comments

Comments

@edwardwawrzynek
Copy link
Owner

edwardwawrzynek commented Jun 27, 2020

  • Basic builtin Types (void, bool, i8, u8, i16, etc, f32, f64)
  • Tuple Types
  • Variables
  • Pointers
  • Functions
  • Basic builtin operators
  • Heap allocations
  • Conditionals
    • If/elsif/else as expression
    • Complex pattern matching
  • Looping
    • Iterators
  • Arrays
  • Structure types
  • Generics
    • Generic types
    • Generic functions
    • Type inference
    • Typeclass bound generics
  • Typeclasses
    • Dynamically dispatched typeclasses
    • Overridable typeclass default implementations
  • Tagged unions
    • Pattern matching for unions
  • Function types and closures
  • Escape Analysis
    • Analysis of recursive functions
    • Closures
  • Purity Analysis
@edwardwawrzynek edwardwawrzynek changed the title High Level TOOD High Level TODO Jun 27, 2020
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

No branches or pull requests

1 participant