Compiler:

  * better regexp finding in lexer - currently it's a fudge... maybe use

    :  r/.../.../xoi ?

    and allow for any char on the /// eg ### and have better character escaping

  * exstends for classes within namespaces

-----------------------------------------------------------------------------------

Executor:

  * threads
  * store of reusable vbariables
  * fix destructor of scripte classes
  * reflection

-----------------------------------------------------------------------------------

Objects:

  * FSI - see API
  * default operator overloads
  * api - changes to access variable values etc... 
  * operator overload?
  * protected, private ?

-----------------------------------------------------------------------------------

modules:

  * to start: io, ipc, rmi, and reflection
  * serious work: xml, sql, time, file, string
  * new module system

-----------------------------------------------------------------------------------

builder:

  * fix class's in namespaces
  * fix flat functions in builder
  * Add 'final' keyword

-----------------------------------------------------------------------------------

documentation:

  * complete the embedding guide
  * remove builder docs from the language reference
  * update to reflect current ferite

-----------------------------------------------------------------------------------

General:

  * The ability to compile the c files from pcre into the library
  * Ability to compile without module loading support
  * Custom module loader - removing the need for ltdl
  * Ability to tune memory requirements
