View Single Post
Old 06-03-2004, 10:18 AM   #3
Gakusei
New Member
 
Join Date: Nov 2003
Posts: 7
Gakusei is on a distinguished road
This sounds like a parse tree. You would not need to be a super coder to pull this off. If you use flex/bison and a basic tree library, you can probably knock up a language in about 10 minutes. You can run through a parse tree - you do not need to generate I-code. I think this is how ruby works.

I have not really looked at stock mob-prog implementation, but IIRC they seemed to have made it hard on themselves.

I guess this is not used more often because flex and bison can look a little intimidating at first, and I guess not many hobbyists have the requisite knowledge.
Gakusei is offline   Reply With Quote