Doing this instead of my homework
func add(a, b)
return a + b;
func main() {
}
- being able to omit curly braces everywhere
break
for ifs=>
operator: evaluate 2 expressions but return the second one so you dont have to do this shiete[do_something(), 2][1]
- good string lib
- auto semi colons (sometime??)
- fix ungodly amount of memory leaks
- fix segfaults aka security holes
- make the lexer
- make the parser
- auto semi colons
- type hints
- make the interpreter
- if (!sanity) return;
- make a compiler sometime
- self host
- profit