- Timestamp:
- 07/30/08 21:26:29 (4 months ago)
- Files:
-
- 1 modified
-
perl5/Pugs-Compiler-Perl6/lib/v6.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
perl5/Pugs-Compiler-Perl6/lib/v6.pm
r21633 r21638 401 401 $ perl -e 'use v6-alpha' - --compile-only -Bperl5:MyEmitter ' 42.say ' 402 402 403 $ perl -e 'use v6-alpha' - --compile-only -BPugs::Emitter::YAML ' 123 ' 404 --- 405 statements: 406 - 407 int: 123 408 pos: 1 409 403 410 The backend module must provide the C<emit($grammar, $ast)> subroutine. 404 411
