azawawi / farabi6

Experimental in-browser Perl 6 Editor
Artistic License 2.0
14 stars 12 forks source link

improve routing code readability and p6doc index #50

Closed timo closed 9 years ago

timo commented 9 years ago

now p6doc path-to-index is used, rather than a hard-coded path.

also, using "given/when" is quite a bit prettier than having a gigantic if/elsif tree for routing URLs.