luizffgv/_Hh_

We need macros for statements

Opened this issue · 2 comments

if/else, for, while and friends.

You can actually use them through token pasting but it's extremely tiresome. This language is supposed to be esoteric, not infuriating.

Would recommend sticking to macros for some time, I think we should first finalize some sort of a design before jumping into it.

Exactly, I meant macros for statements. I do agree that we should have a decent design, like better organization overall and shorter macros for the most common keywords.