Skip to content

Latest commit

 

History

History
34 lines (34 loc) · 1.15 KB

TODO.md

File metadata and controls

34 lines (34 loc) · 1.15 KB
  • Add delim to join function
  • Have compiler turn include directives back into use
  • Comparison operator overloading for str and num
  • Value comparison operators (> and <) for num
  • NET operator != for strs
    • Update docs
  • Right-side operator support for everything
  • Prefix, not postfix incrementation
    • Update docs
  • ARGV array
  • Subscript operator for strarr
  • write_file function
  • Tutorials in docs!
  • Shell interaction
  • CI Linting
  • Install/prep script
  • Fix num function issue!! (No template deduction in function prototype)
    • Constructors, not templates!
  • any type?
    • Have it support string literals
  • Way to get value from any
  • num and str subscript operators
    • num
      • Docs
    • str
      • Docs
  • Out-of-bounds checking for num and str subscript operators
    • num
    • str
  • Way to convert str to num or num read (readi) function
  • Have runtime errors output to cerr
  • More snippets in VSCode directory
  • More deal-with-able G++ messages
  • Windows configure script