test/markups/README.pod.html in github-markup-4.0.2 vs test/markups/README.pod.html in github-markup-5.0.0
- old
+ new
@@ -8,27 +8,31 @@
<p>Primary goals are:</p>
<ul>
-<li><p>Create a working compiler that understands the majority of the MATLAB/Octave programming language.</p>
+<li>
+<p>Create a working compiler that understands the majority of the MATLAB/Octave programming language.</p>
</li>
</ul>
<h2>IMPLEMENTATION</h2>
<p>This project is broken into three primary components:</p>
<ul>
-<li><p>The first is the parser, located in the <code>src/parser/</code> directory. The parser proper is composed of three source files, <i>grammar.pg</i> which is a Perl6Grammar file, and <i>actions.pm</i> which is the associated actions file written in NQP, and <i>grammar-oper.pm</i> which is the operator precedence parser. In addition, several helper functions used by the parser are located in <code>src/internals</code>.</p>
+<li>
+<p>The first is the parser, located in the <code>src/parser/</code> directory. The parser proper is composed of three source files, <i>grammar.pg</i> which is a Perl6Grammar file, and <i>actions.pm</i> which is the associated actions file written in NQP, and <i>grammar-oper.pm</i> which is the operator precedence parser. In addition, several helper functions used by the parser are located in <code>src/internals</code>.</p>
</li>
-<li><p>The second component is the library of builtin functions in the <code>src/builtins/</code> directory. These functions are, currently, written primarily in PIR. Function names prefixed with an underscore are "private" functions for use with the parser. Other functions should have names which are the same as names for regular MATLAB or Octave functions, since they will be available to the HLL. These are also separated into different namespaces depending on visibility and utility.</p>
+<li>
+<p>The second component is the library of builtin functions in the <code>src/builtins/</code> directory. These functions are, currently, written primarily in PIR. Function names prefixed with an underscore are "private" functions for use with the parser. Other functions should have names which are the same as names for regular MATLAB or Octave functions, since they will be available to the HLL. These are also separated into different namespaces depending on visibility and utility.</p>
</li>
-<li><p>A number of library functions are written in M, or mostly M with some inline PIR code in <code>toolbox/</code>.</p>
+<li>
+<p>A number of library functions are written in M, or mostly M with some inline PIR code in <code>toolbox/</code>.</p>
</li>
</ul>
<h2>DEPENDENCIES</h2>
\ No newline at end of file