User:Underscore/Scratchpad: Difference between revisions

Content deleted Content added
Underscore (talk | contribs)
No edit summary
Underscore (talk | contribs)
Line 2: Line 2:
===Features to add once Rakudo implements them===
===Features to add once Rakudo implements them===
<ul>
<ul>
<li> [[Arithmetic Evaluator#Perl 6|Arithmetic Evaluator]]:<ul>
<li> Use <code>make</code> to create a much more digestible parse tree.
<li> <code>my grammar</code>. I'm not certain you're supposed to be able to do that, but I think so.</ul></li>
<li> [[Comments#Perl 6|Comments]]: Nested bracketing characters. </li>
<li> [[Comments#Perl 6|Comments]]: Nested bracketing characters. </li>
<li> [[Creating a Function#Perl 6|Creating a Function]]:<ul>
<li> [[Creating a Function#Perl 6|Creating a Function]]:<ul>