NAME
MarpaX::ESLIF::Symbol::Type - ESLIF Symbol Type
VERSION
version 6.0.35.1
SYNOPSIS
use MarpaX::ESLIF;
my $symbolType;
$symbolType = MarpaX::ESLIF::Symbol::Type->MARPAESLIF_SYMBOLTYPE_TERMINAL; # 0
$symbolType = MarpaX::ESLIF::Symbol::Type->MARPAESLIF_SYMBOLTYPE_META; # 1
DESCRIPTION
ESLIF symbol type is made of constants. This module is giving access to them.
AUTHOR
Jean-Damien Durand <jeandamiendurand@free.fr>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Jean-Damien Durand.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.