#[repr(C)]
pub struct ValkyrieParser {}
Expand description
Program [0, ∞] IGNORED Statement Statement DefineNamespace DefineImport DefineClass DefineUnion DefineTrait MainStatement EOS [;;] ⁏|;; EOS_FREE [,,;;⁏] DefineNamespace KW_NAMESPACE IGNORED OP_NAMESPACE IGNORED NamepathFree IGNORED EOS OP_NAMESPACE ! ? * DefineImport KW_IMPORT IGNORED ImportTerm IGNORED EOS KW_IMPORT IGNORED { [0, ∞] IGNORED ImportTerm EOS_FREE IGNORED } IGNORED EOS ImportTerm ImportAs ImportAll ImportMacro ImportBlock NamepathFree ImportAs NamepathFree IGNORED KW_AS IGNORED Identifier ImportAll NamepathFree IGNORED [.∷]|:: IGNORED OP_IMPORT_ALL ImportBlock NamepathFree IGNORED [.∷]|:: IGNORED { [0, ∞] IGNORED ImportTerm EOS_FREE IGNORED } ImportMacro NamepathFree IGNORED [.∷]|:: IGNORED ImportMacroItem IGNORED KW_AS IGNORED ImportMacroItem ImportMacroItem # Identifier @ Identifier DefineClass KW_CLASS ClassBlock { IGNORED [0, ∞] IGNORED ClassBlockItem IGNORED } ClassBlockItem ClassDomain ClassMethod ClassField EOS_FREE ClassInherit ( IGNORED ClassInheritItem IGNORED [0, ∞] IGNORED , IGNORED ClassInheritItem IGNORED , IGNORED ) ClassInheritItem Namepath ClassField Identifier ClassMethod Identifier IGNORED ( IGNORED ) ClassDomain Identifier IGNORED ClassBlock DefineTemplate KW_TEMPLATE IGNORED TemplateParameters IGNORED TemplateBlock TemplateParameters Identifier IGNORED [0, ∞] IGNORED COMMA IGNORED Identifier IGNORED COMMA < IGNORED Identifier IGNORED [0, ∞] IGNORED COMMA IGNORED Identifier IGNORED COMMA IGNORED > Identifier [0, ∞] IGNORED COMMA IGNORED Identifier COMMA TemplateBlock { IGNORED [0, ∞] IGNORED TemplateStatement TemplateImplements EOS_FREE IGNORED } TemplateStatement WhereBlock TemplateImplements KW_IMPLEMENTS WhereBlock KW_WHERE IGNORED { IGNORED [0, ∞] IGNORED WhereBound IGNORED } WhereBound EOS_FREE KW_CLASS class structure DefineUnion KW_UNION KW_UNION union DefineTrait KW_TRAIT KW_TRAIT trait|interface WhileStatement KW_WHILE IGNORED InlineExpression IGNORED { IGNORED [0, ∞] IGNORED MainStatement IGNORED } IGNORED EOS KW_WHILE while ForStatement KW_FOR IGNORED Identifier IGNORED KW_IN IGNORED InlineExpression IGNORED { IGNORED [0, ∞] IGNORED MainStatement IGNORED } IGNORED EOS MainStatement WhileStatement ForStatement MainExpression MainExpression MainTerm [0, ∞] IGNORED MainInfix IGNORED MainTerm EOS MainTerm [0, ∞] MainPrefix IGNORED MainFactor [0, ∞] IGNORED MainSuffix MainFactor ( MainExpression ) Atomic MainInfix + += - -= * *= / /= % %= ^ ≡|=== ≢|!==|=!= ≠|!= == = ⋘|<<< <<= ≪|<< [⩽≤]|<= < ⋙|>>> >>= ≫|>> [⩾≥]|>= > &&|∧ \|\||∨ ..< ..= KW_IN [∈∊] KW_NOT IGNORED KW_IN [∋∍] KW_IS KW_IS IGNORED KW_NOT /@ [⇴⨵] @{3}|⟴ @{2}|⊕ MainPrefix [¬!] [+] [-] [&] …|[.]{3} ‥|[.]{2} [*] MainSuffix ! % InlineExpression InlineTerm [0, ∞] IGNORED MainInfix IGNORED InlineTerm InlineTerm [0, ∞] MainPrefix IGNORED InlineFactor [0, ∞] IGNORED MainSuffix InlineFactor ( MainExpression ) Atomic Atomic RangeCall OP_AND_THEN IGNORED RangeLiteral RangeLiteral [ IGNORED RangeAxis IGNORED [0, ∞] IGNORED COMMA IGNORED RangeAxis IGNORED COMMA IGNORED ] IGNORED RangeAxis IGNORED [0, ∞] IGNORED COMMA IGNORED RangeAxis IGNORED COMMA IGNORED RangeAxis COLON MainExpression MainExpression COLON COLON MainExpression MainExpression IGNORED COLON MainExpression RangeOmit MainExpression RangeOmit COLON MainExpression COLON RangeOmit MainExpression MainExpression IGNORED COLON MainExpression COLON COLON IGNORED MainExpression IGNORED COLON MainExpression MainExpression IGNORED RangeOmit MainExpression MainExpression IGNORED COLON IGNORED MainExpression IGNORED COLON MainExpression RangeOmit PROPORTION COLON IGNORED COLON Atomic Namepath Integer Boolean NamepathFree Identifier [0, ∞] IGNORED [.∷]|:: IGNORED Identifier Namepath Identifier [0, ∞] IGNORED PROPORTION IGNORED Identifier Identifier IdentifierBare IdentifierRaw IdentifierBare [_\p{XID_start}]\p{XID_continue}* IdentifierRaw ` IdentifierRawText ` IdentifierRawText [1, ∞] IGNORED [^`] Boolean true false Integer 0|[1-9][0-9]* RangeExact { IGNORED Integer IGNORED } Range { IGNORED Integer IGNORED , IGNORED Integer IGNORED } ModifierCall KW_CLASS KW_UNION KW_TRAIT Identifier COMMA [,,] COLON [::] PROPORTION ∷|:: DOT [..] OP_IMPORT_ALL * OP_AND_THEN ? OP_BIND ≔|:= KW_NAMESPACE namespace KW_IMPORT using KW_TEMPLATE template|generic KW_WHERE where KW_IMPLEMENTS implements? KW_EXTENDS extends? KW_INHERITS inherits? KW_IF if KW_ELSE else KW_FOR for KW_RETURN return KW_BREAK break KW_CONTINUE continue KW_NOT not KW_IN in KW_IS is KW_AS as WhiteSpace \p{White_Space}+ Comment // [^\n\r]* /* */

Trait Implementations§

source§

impl Clone for ValkyrieParser

source§

fn clone(&self) -> ValkyrieParser

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ValkyrieParser

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ValkyrieParser

source§

fn default() -> ValkyrieParser

Returns the “default value” for a type. Read more
source§

impl Hash for ValkyrieParser

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for ValkyrieParser

source§

fn cmp(&self, other: &ValkyrieParser) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for ValkyrieParser

source§

fn eq(&self, other: &ValkyrieParser) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for ValkyrieParser

source§

fn partial_cmp(&self, other: &ValkyrieParser) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl YggdrasilParser for ValkyrieParser

§

type Rule = ValkyrieRule

Specify the rules of this language
source§

fn parse_cst(input: &str, rule: Self::Rule) -> OutputResult<'_, ValkyrieRule>

Parses a &str starting from rule.
source§

fn parse_lex( input: &str, rule: Self::Rule ) -> Result<TokenStream<'_, Self::Rule>, YggdrasilError<Self::Rule>>

Get flatten token stream
source§

impl Copy for ValkyrieParser

source§

impl Eq for ValkyrieParser

source§

impl StructuralEq for ValkyrieParser

source§

impl StructuralPartialEq for ValkyrieParser

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.