profan / thrash-lang

a terrible synonym for bash, and a language which compiles to bash for seemingly no reason
Other
1 stars 0 forks source link

Consider making some things statements. #10

Open profan opened 8 years ago

profan commented 8 years ago

Right now we're a bit too liberal with what is allowed where, either make some things statements or disallow certain cases.

profan commented 8 years ago

for and while should probably be statements, while if/cond/match can stay as expressions, for and while have no meaningful return value unless they also accumulate values.