root/v6/v6-MiniPerl6

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @19142 [19142] 13 months fglock [MiniPerl6] implemented .values [kp6-perl5] implemented .values; fixed …
(edit) @19065 [19065] 13 months fglock [MiniPerl6] implemented make()
(edit) @18700 [18700] 15 months fglock [mp6] <?...> is now <....>
(edit) @18471 [18471] 15 months fglock [kp6] implemented infix:<x> [mp6] implemented infix:<x>
(edit) @18427 [18427] 15 months fglock [mp6] fixed .new()
(edit) @18425 [18425] 15 months fglock [mp6] reverted r18419 - .new() broke the bootstrap
(edit) @18424 [18424] 15 months fglock [mp6] updated util/bootstrap-perl5.sh
(edit) @18423 [18423] 15 months fglock [mp6] fixed last commit
(edit) @18422 [18422] 15 months fglock [mp6] added util/bootstrap-perl5.sh
(edit) @18419 [18419] 15 months fglock [mp6] implemented .new()
(edit) @17755 [17755] 16 months fglock [mp6] fixed a flag in the regex engine
(edit) @17709 [17709] 16 months fglock [mp6] added newlines to output, in order to have smaller diffs in future …
(edit) @17522 [17522] 17 months jnthn [mp6] Dummy main sub and class variables sub should be :anon.
(edit) @17509 [17509] 17 months fglock [mp6] set svn props
(edit) @16891 [16891] 18 months fglock [mp6] added infix:{'>'}
(edit) @16760 [16760] 19 months moritz [mp6] miniperl6-spec.pod is now (very simple) POD
(edit) @16204 [16204] 20 months unobe
(edit) @16151 [16151] 21 months agentz reverted back the bogus commint (r16149). my svk was misbehaving. :(
(edit) @16149 [16149] 21 months agentz
(edit) @16142 [16142] 21 months karhu Worked on the Python miniperl emitter a bit
(edit) @16140 [16140] 21 months karhu More work on Python code emitter for MiniPerl?6
(edit) @16126 [16126] 21 months karhu Changed the name of the v6-MiniPerl? Python runtime
(edit) @16121 [16121] 21 months karhu Fixed more parts of the Python MiniPerl? emitter.
(edit) @16118 [16118] 21 months karhu Changed some parts of the Python code generator for MiniPerl?
(edit) @16116 [16116] 21 months karhu Added assignment and worked a bit on the new MiniPerl?6 emitter for Python
(edit) @16111 [16111] 21 months karhu Began to write Python emitter
(edit) @15937 [15937] 21 months fglock mp6 - more <> to cleanup - semicolon cleanup in Grammar
(edit) @15936 [15936] 21 months Nelson Ferraz started porting Test.pm to mp6
(edit) @15930 [15930] 21 months fglock mp6 - the build script now removes lib5-new/ at start - semicolon is …
(edit) @15927 [15927] 21 months fglock mp6 - added mp6-to-ast script
(edit) @15925 [15925] 21 months fglock mp6 - Perl5 emitter: fixed Array inside signature: method ( $a, [ $b, $c …
(edit) @15900 [15900] 21 months fglock mp6-p6parrot - simple subroutines; added example files
(edit) @15890 [15890] 21 months fglock mp6 - Initial emitter modifications for p6parrot - added controller for …
(edit) @15886 [15886] 21 months fglock mp6 - added an example of p6parrot emulation of "for-loops" and "objects"
(edit) @15885 [15885] 21 months fglock mp6 - MiniPerl?6::Perl6Parrot::Emitter placeholder
(edit) @15806 [15806] 22 months fglock mp6 - added '...' regex syntax, instead of <'...'>
(edit) @15390 [15390] 23 months fglock mp6 - added 'Pugs' backend; needs some work on parameter lists and Match …
(edit) @15113 [15113] 2 years putter run-mp6.pl - kludge - remove any "use v6-alpha;" from the source, as mp6 …
(edit) @15112 [15112] 2 years putter run-mp6.pl - mp6 requires an explict "class Main {...}". This kludge …
(edit) @15110 [15110] 2 years Ziggy6 Added run-mp6.pl
(edit) @15074 [15074] 2 years fglock mp6-p5 - allow 'Apply' on variables
(edit) @15056 [15056] 2 years fglock mp6-p5 - fixed .isa on native string
(edit) @15048 [15048] 2 years fglock mp6 - grammar fix: allow 'apply' without args - class X { a( x, y ) }
(edit) @15047 [15047] 2 years fglock mp6 - grammar fix: token 'apply' was never called
(edit) @15046 [15046] 2 years fglock mp6-p5 - fix: 'self' without a method was mistaken with 'self()'
(edit) @15017 [15017] 2 years fglock mp6-past - implemented some node numbering
(edit) @15013 [15013] 2 years fglock mp6 - added precompiled PAST/Emitter image
(edit) @15011 [15011] 2 years particle [v6]: beginnings of a PAST emitter for mp6 ~ created control script based …
(edit) @14977 [14977] 2 years fglock mp6 - fixed variables predeclaration in bind
(edit) @14941 [14941] 2 years fglock mp6 - added MiniPerl?6::AST::CompUnit? to the builder script
(edit) @14940 [14940] 2 years fglock mp6 - added MiniPerl?6::AST::CompUnit? - this will allow to easily override …
(edit) @14939 [14939] 2 years fglock mp6 - Added "Perl5-MO" emitter
(edit) @14889 [14889] 2 years fglock MP6 version 0.003 MP6-Perl5 - allow nested structures in 'sub' and …
(edit) @14888 [14888] 2 years fglock fix commit error
(edit) @14887 [14887] 2 years fglock fix commit error
(edit) @14886 [14886] 2 years fglock fix commit error
(edit) @14883 [14883] 2 years fglock MP6-perl5 - reuse 'Bind' for subroutine param list
(edit) @14876 [14876] 2 years fglock MP6-Parrot - implemented die(); other minor fixes
(edit) @14874 [14874] 2 years fglock MP6-Parrot - passes "bind constructor" test
(edit) @14873 [14873] 2 years fglock MP6-perl5 - pass constructor binding test
(edit) @14872 [14872] 2 years fglock MP6 - added test for contructor binding
(edit) @14871 [14871] 2 years fglock MP6-perl5 - fixed hash binding
(edit) @14870 [14870] 2 years fglock MP6-Parrot - added bind to Index
(edit) @14869 [14869] 2 years fglock MP6-Parrot - implemented hash binding, tests
(edit) @14868 [14868] 2 years fglock MP6 - fixed test numbers
(edit) @14867 [14867] 2 years fglock MP6-Parrot - binding tests pass
(edit) @14862 [14862] 2 years fglock MP6-Parrot - added infix:<==>, infix:<!=>
(edit) @14858 [14858] 2 years fglock MP6-Parrot - fixed lookup-binding
(edit) @14857 [14857] 2 years fglock MP6-Parrot - added infix:<||>, infix:<&&>
(edit) @14854 [14854] 2 years fglock MP6-Parrot Runtime: - added class ::Match - added infix: + - ~ eq ne - …
(edit) @14842 [14842] 2 years pmurias MP6: fixed path in make-perl5.pl
(edit) @14841 [14841] 2 years pmurias MP6: initial implementation of a build system, does no modification date …
(edit) @14840 [14840] 2 years fglock MP6-parrot - autogenerated accessors, class variables, method calls
(edit) @14838 [14838] 2 years fglock MP6 - fixed parameter list in method, sub, sub-call; fixed 'bind'
(edit) @14836 [14836] 2 years fglock MP6-parrot - methods
(edit) @14835 [14835] 2 years fglock MP6-parrot - fixed 'for'-variable
(edit) @14834 [14834] 2 years fglock MP6-parrot - cosmetic fixes
(edit) @14833 [14833] 2 years fglock MP6-perl5 - added 'self.method' MP6-parrot - finished 'for' -- 'for …
(edit) @14832 [14832] 2 years fglock MP6-parrot - added'for' topic variable
(edit) @14831 [14831] 2 years fglock MP6-parrot - added 'for' body
(edit) @14830 [14830] 2 years fglock MP6-parrot - initial 'for' hack job
(edit) @14829 [14829] 2 years fglock MP6-parrot - fixed nested-if
(edit) @14828 [14828] 2 years fglock MP6 - fixed ternary:<?? !!> spelling - GnuVince?++
(edit) @14827 [14827] 2 years fglock MP6-parrot - added 'ternary:<?? ::>'
(edit) @14826 [14826] 2 years fglock MP6-parrot - implemented '$.var'
(edit) @14825 [14825] 2 years fglock MP6-parrot - minor reorganization of Sub/Method
(edit) @14824 [14824] 2 years fglock MP6-parrot - move 'has' declarations near class declaration