Skip to content

Commit

Permalink
S99 : name, symbol, EVAL, import, export.
Browse files Browse the repository at this point in the history
  • Loading branch information
cognominal committed Aug 20, 2014
1 parent ac58607 commit 32d02fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions S99-glossary.pod
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ document for reference. See also L</Synopsis>.

=head2 export

See </import>.

=head2 EXPORT::

=head2 Expression
Expand All @@ -470,6 +472,8 @@ An expression is all or part of a L</statement>.

=head2 Extop

An extension to the default L</bytecode> L</instruction set> in L</Parrot> or L</MoarVM>.

=head1 F

=head2 FAIL
Expand Down Expand Up @@ -646,6 +650,10 @@ If I Understand Correctly.

=head2 import

L</Module>s interact with each other thru named entities called symbols.
The operation that makes symbols from a module avalaible to another
module is called import while the operation of using such a name is called import.

=head2 infix

An operator that can appear between two terms.
Expand Down Expand Up @@ -869,6 +877,12 @@ speaker doesn't know or because it's an unimportant detail.
A native value is a L</int>, L</num>, L</str>.
A native value cannot be undefined.

=head2 name

Syntactical convention to denote an entity in a program source code. Such an entity can be a
routine, a variable...
See also : </symbol>, </scope>, </sigil>, </role>, </adverbial pair>.

=head2 need

=head2 NFA
Expand Down Expand Up @@ -1393,6 +1407,13 @@ Software Transactional Memory

=head2 subroutine

=head2 symbol

Fancy alternative way to denote a name. Generally used in the context of modules linking,
be it in the L</OS> level, or at the Perl 6 L</VM> level for modules generated from
languages targetting these VMs.
The set of imported or exported symbols is called symbol table.

=head2 Synopsis

The current human-readable description of the Perl 6 language. Still in
Expand Down

0 comments on commit 32d02fb

Please sign in to comment.