Skip to content

Latest commit

 

History

History
42 lines (40 loc) · 709 Bytes

TODO.md

File metadata and controls

42 lines (40 loc) · 709 Bytes

FastPy TODO list

Main tasks

  • Variables
    • scopes
    • creation
  • Functions
    • return
    • body
    • arguments
    • decorators
  • Modules
    • importing
    • namespaces
  • Conditions
    • if
    • elif
    • else
  • Loops
    • for
    • while
  • Match-Case
  • Builtin
    • types
      • str
      • bool
      • int
      • list
      • dict / map
    • functions
      • logging
      • input
  • Binary operations
    • number
    • variable
    • string
  • Logic operations
    • number
    • variable
    • string
  • Templates