
Keyword::simple allows one to implement new keywords in pure perl. to do this, it is needed to write a module and call keyword::simple::define in the import method. any keywords defined this way will be available in the lexical scope that's currently being compiled.