borisrepl / boris

A tiny REPL for PHP
MIT License
2.15k stars 115 forks source link

Allow function and const import in the current namespace using `use` #123

Open krtek4 opened 8 years ago

krtek4 commented 8 years ago

This PR allow people using Boris to import function and constants using the new use function, use const syntax introduced with PHP 5.6.

I also used a named regexp to make things clearer.