Compiler:

  * byte code dumping to a file
  * uses overload
  * block scoped variables
  * internal FeriteBuffer for long strings and native blocks
  * unicode support
  * fix overloading in native modules by hand for namespaces
  * str[index] = assignment
  * cwd of currently included script to make inclusions more naturally relative
  * fix the ability to directly play with return values from namespace functions
  
-----------------------------------------------------------------------------------

Executor:

  * variable_reset op - will be needed for block nested variables
  * throw or raise keyword

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

Objects:

  * operator overloads - probably never, but maybe in v2
  * protected, private ?
  * abstract classes / interfaces ?
  * Obj.clone()
  * mixins ?

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

modules:

  * module restrictions
  * security subsystem
  
-----------------------------------------------------------------------------------

builder:

  <nothing at the minute>
  
-----------------------------------------------------------------------------------

documentation:

  * complete the embedding guide
  * document overloading in user manual
  * document regular expressions in user manual

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

General:

  * The ability to compile the c files from pcre into the library
  * Ability to compile without module loading support
