Skip to content

Roadmap #4

@Technius

Description

@Technius

TODO list (in no particular order):

  • External functions
  • (Implement parametric polymorphism #7) Parametric polymorphism
  • Support for builtin functions
    • sin, cos, tan
    • string length
  • String operations
    • Concatenate binary operator
    • to string (for any type)
    • string interpolation (syntax sugar)
  • Lambdas/inline functions
  • Partial application
  • Known-size immutable arrays
  • Mangle names in LLVM output (e.g. fun foo becomes @simpl.foo)
  • Multiple compilation units
    • Multiple source file input
    • Fully qualified names
  • Expression location diagnostics (e.g. line numbers)
    • Annotations
    • Source positions in messages
  • (Implement intermediate representation with join points #5) ANF intermediate representation with explicit join points (like from Compiling without Continuations)
  • Static analysis and optimizations
    • Referential transparency (limited)
    • Reachability and dead code elimination
    • Constant propagation

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions