Skip to content

Commit

Permalink
spelling: precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 10, 2017
1 parent 1ea698f commit 2e67def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/markups/README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This project is broken into three primary components:
=item * The first is the parser, located in the C<src/parser/> directory. The
parser proper is composed of three source files, F<grammar.pg> which is a
Perl6Grammar file, and F<actions.pm> which is the associated actions file
written in NQP, and F<grammar-oper.pm> which is the operator precidence parser.
written in NQP, and F<grammar-oper.pm> which is the operator precedence parser.
In addition, several helper functions used by the parser are located in
C<src/internals>.

Expand Down
2 changes: 1 addition & 1 deletion test/markups/README.pod.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>IMPLEMENTATION</h2>

<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 precidence 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 &quot;private&quot; 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>
Expand Down

1 comment on commit 2e67def

@Jirikrynek82
Copy link

@Jirikrynek82 Jirikrynek82 commented on 2e67def Jun 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.