From 2e67defed88d1bcee8da6f63ff9228cc7869a3fa Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 10 Nov 2017 03:43:17 +0000 Subject: [PATCH] spelling: precedence --- test/markups/README.pod | 2 +- test/markups/README.pod.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/markups/README.pod b/test/markups/README.pod index f6ad2c48..8c92eb5b 100644 --- a/test/markups/README.pod +++ b/test/markups/README.pod @@ -26,7 +26,7 @@ This project is broken into three primary components: =item * The first is the parser, located in the C directory. The parser proper is composed of three source files, F which is a Perl6Grammar file, and F which is the associated actions file -written in NQP, and F which is the operator precidence parser. +written in NQP, and F which is the operator precedence parser. In addition, several helper functions used by the parser are located in C. diff --git a/test/markups/README.pod.html b/test/markups/README.pod.html index 16af4ece..a62c65db 100644 --- a/test/markups/README.pod.html +++ b/test/markups/README.pod.html @@ -21,7 +21,7 @@

IMPLEMENTATION

    -
  • The first is the parser, located in the src/parser/ directory. The parser proper is composed of three source files, grammar.pg which is a Perl6Grammar file, and actions.pm which is the associated actions file written in NQP, and grammar-oper.pm which is the operator precidence parser. In addition, several helper functions used by the parser are located in src/internals.

    +
  • The first is the parser, located in the src/parser/ directory. The parser proper is composed of three source files, grammar.pg which is a Perl6Grammar file, and actions.pm which is the associated actions file written in NQP, and grammar-oper.pm which is the operator precedence parser. In addition, several helper functions used by the parser are located in src/internals.

  • The second component is the library of builtin functions in the src/builtins/ 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.