- Add delim to join function
- Have compiler turn include directives back into use
- Comparison operator overloading for
str
andnum
- Value comparison operators (
>
and<
) fornum
- NET operator
!=
forstr
s- 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
andstr
subscript operators-
num
- Docs
-
str
- Docs
-
- Out-of-bounds checking for
num
andstr
subscript operators-
num
-
str
-
- Way to convert
str
tonum
ornum
read
(readi
) function - Have runtime errors output to
cerr
- More snippets in
VSCode
directory - More deal-with-able G++ messages
- Windows configure script