Show
Ignore:
Timestamp:
06/14/05 23:42:15 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
6394
Message:

* PAST compileation and PIR emission, phase 1, works! Try this,

which generates, according to Leo, "100% correct" PIR:

% ./pugs -C PIR -e 'say "Hello, World!"'
% parrot dump.ast
Hello, World!

* Also because it's now a Proper Compiler, we have this now:

% ./pugs -C PIR -e '"Hello, World!"'
*** Literal value used in constant expression: VStr "Hello, World!"

Files:
1 modified

Legend:

Unmodified
Added
Removed