+-----------------------------------------------------------------------------+
| Ferite TODO List                                                            |
+-----------------------------------------------------------------------------+

Compiler:

 Big jobs:

  [1]  byte code dumping to a file
  [2]  unicode support
  [4]  str[index] = assignment

 Small jobs:

  [5]  'uses' overload call back to the application to see what modules can be used.
  [ ]  implement 'final' and 'abstract' for functions within classes.
    *  fix climbing the inheritance list for protocols
    *  cwd of currently included script to make inclusions more naturally relative	   
    *  fix self variable access in closures
  
------------------------------------------------------------------------------

Executor:

  [11] 'throw' or 'raise' keyword
  [19] basic types as object
     * fix overloaded methods: basically if there is foo() and foo(n) in a 
       super class, and foo() in a subclass, foo(n) can't be called.
------------------------------------------------------------------------------

Objects:

  [??] Operator overloads
  [12] Class based mixins - ability to inject one class into another

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

modules:

  [13] Module restrictions, security subsystem - allowing for restrictions to
       be placed on what modules can be loaded. This is part of [5].
     * Write asbsolute to relative   
------------------------------------------------------------------------------

builder:

  [7]  fix overloading in native modules by hand for namespaces  
  
------------------------------------------------------------------------------

documentation:

  [14] Complete the embedding guide
  [15] Document overloading in user manual
  [16] Document regular expressions in user manual
     * Need to add documentation regarding closures and protocols
	 
------------------------------------------------------------------------------

General:

  [17] The ability to compile the c files from pcre into the library
  [18] Ability to compile without module loading support

