PIR
"This is not your typical assembly language"
Very effective at writing code
For example, to implement the Perl 6 regular expression engine
- Parser Grammar Engine (both P5 and P6 regexes)
- 5,400 lines PIR (both P5 and P6)
- PCRE
- ~23,000 lines C
| Python on Parrot | Python on Parrot - under the hood | #22 |
"This is not your typical assembly language"
Very effective at writing code
For example, to implement the Perl 6 regular expression engine
| Copyright © 2007 Patrick Michaud |