Vilegust Blog
Vilegust is a basic-like compiler/interpreter.
Status: Pre-Alpha
Brought to you by:
dominickbeckham
I cannot tell what kind of constructs these are... control or organizational constructs?
Anyway, I think the implementation should be simple enough... look at the latest Vilegust Context Free Grammar (0.4) and at the lines that cover the creation of subs and functions... the only difference is that one is void (has no return type) while the other has a return type of string, integer or Boolean.