Things that mostly work in perl6
- basic expressions and operators
- scalars, arrays, hashes
- listop parsing and execution
- various quoting syntaxes, with interpolation
- 'if', 'unless'
- simple versions of 'for'
- chained and short-circuit operators
- blocks
- subroutines
- arity-based multiple dispatch
- method calls
- regexes and simple smart-matching
- try blocks
- lexical and package scoped variables