Tuesday, August 19, 2008

Simple Lexer & Parser

By popular demand, I've written a simple lexical analyzer and grammar parser in REALbasic. The language itself is very simple; all it does is provide an interface to set named switches on or off, but it does provide a framework for properly analyzing a language.

Enjoy.

Download

Monday, August 11, 2008

Win32 Files on the Clipboard

REALbasic does not have an easy way for you to add FolderItems to the clipboard. Why would you want such a thing? Perhaps to mimic Explorer's method of copying and pasting files, or to give your app some last minute polish.

Either way, here it is for your enjoyment. Win32 only at present; sorry Mac people.

Download