Things that (mostly) work in the Perl 6/Parrot compiler
- basic expressions and operators
- simple scalars, scalar assignment
- listop parsing and execution
- single/double quoted strings
- if, unless statements
- if, unless modifiers
- chained operators
- short-circuit operators
- simple blocks
- simple subroutines
- ...