dreaeql

v0.2.1

  • Pages
  • Modules

    dreaeql v0.2.1 API Reference

    Modules

    DreaeQL

    A library for parsing a simple query language into an abstract syntax tree.

    DreaeQL.Operators
    DreaeQL.Operators.And
    DreaeQL.Operators.Equals
    DreaeQL.Operators.GreaterThan
    DreaeQL.Operators.GreaterThanEquals
    DreaeQL.Operators.LessThan
    DreaeQL.Operators.LessThanEquals
    DreaeQL.Operators.Not
    DreaeQL.Operators.NotEquals
    DreaeQL.Operators.Or
    DreaeQL.Terms
    DreaeQL.Terms.Identifier
    DreaeQL.Terms.LiteralBool
    DreaeQL.Terms.LiteralFloat
    DreaeQL.Terms.LiteralInt
    DreaeQL.Terms.LiteralString

    Built using ExDoc (v0.22.2), designed by Friedel Ziegelmayer.