In the simple language I'm writing a compiler for, even though I'm using indenting instead of braces I still ended up making it convert the indents into braces in the compiler itself to be easier to deal with.
I guess tomorrow I'll make the syntactic analyzer, and then I'll have a tree of the program in memory to actually do stuff with.