Search Results for

    Show / Hide Table of Contents

    Interface ILexerConstants

    Lexer constants, for plitting strings

    Namespace: Simplic.Lexer
    Assembly: Simplic.Lexer.dll
    Syntax
    public interface ILexerConstants

    Properties

    | Improve this Doc View Source

    ComplexToken

    Complex tokens, will keep tokens to gether, like "This is a complex token"

    Declaration
    char[] ComplexToken { get; }
    Property Value
    Type Description
    System.Char[]
    | Improve this Doc View Source

    FollowingTokens

    Auto complete tokens, for example making >= out of > =

    Declaration
    string[] FollowingTokens { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    TokenSeperator

    Strings which seperates tokens

    Declaration
    char[] TokenSeperator { get; }
    Property Value
    Type Description
    System.Char[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx