Hello everyone (or myself). It's been awhile since I last posted. The
reason for this is I've been busy. Back at my job Celerity, they moved
me over to a Portal Admin position, which drained me. So much so that
I quit my job and started looking for new jobs in Milwaukee, WI.
I found one. So I've been dealing with moving and I'm startling to
settle in.
However, this is a blog about programming, not my life.
So, what brings me here today?
I'm back to working on my PHP simple language, which I have dubbed
thee "SimplePHP". Clever, right?
Anyways, I've been working on making a language grammar for TextMate
so it actually seems like a real language.

This code simply generates:
Okay, so, maybe the generated code isn't all that simple. But it's all
there. All the getters and setters and fun stuff. Of course, this
isn't the limit to the scripting language. Check this out:

Only 43 lines of code, and most of it isn't logical code. Just
defining variables and comments.
This is what it produces (prepare to have your mind blown)
185 lines of code. Count them. We just took 41 lines of code and were
able to produce more than 4 times that. Talk about time saving, yeah?
Well, I'm off for now.
For future reference, here is the
generator