Cursive

Undocumented in source.
struct Cursive {}

Members

Aliases

Spacing
alias Spacing = spacing
Undocumented in source.

Static functions

AccessorBody
ParseTree AccessorBody(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
AccessorBody
ParseTree AccessorBody(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
AccessorModifiers
ParseTree AccessorModifiers(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
AccessorModifiers
ParseTree AccessorModifiers(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ArrayType
ParseTree ArrayType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ArrayType
ParseTree ArrayType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Binary
ParseTree Binary(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Binary
ParseTree Binary(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
BlockComment
ParseTree BlockComment(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
BlockComment
ParseTree BlockComment(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
BlockStatement
ParseTree BlockStatement(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
BlockStatement
ParseTree BlockStatement(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Boolean
ParseTree Boolean(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Boolean
ParseTree Boolean(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
CallingConvention
ParseTree CallingConvention(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
CallingConvention
ParseTree CallingConvention(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Character
ParseTree Character(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Character
ParseTree Character(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Class
ParseTree Class(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Class
ParseTree Class(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassConstructor
ParseTree ClassConstructor(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassConstructor
ParseTree ClassConstructor(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassFinalizer
ParseTree ClassFinalizer(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassFinalizer
ParseTree ClassFinalizer(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassMember
ParseTree ClassMember(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassMember
ParseTree ClassMember(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassModifiers
ParseTree ClassModifiers(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ClassModifiers
ParseTree ClassModifiers(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Constructor
ParseTree Constructor(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Constructor
ParseTree Constructor(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
CoreType
ParseTree CoreType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
CoreType
ParseTree CoreType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
CustomOperator
ParseTree CustomOperator(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
CustomOperator
ParseTree CustomOperator(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
ParseTree Data(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Data
ParseTree Data(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
DataCase
ParseTree DataCase(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
DataCase
ParseTree DataCase(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
DataField
ParseTree DataField(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
DataField
ParseTree DataField(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
DataMember
ParseTree DataMember(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
DataMember
ParseTree DataMember(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
DataSemantics
ParseTree DataSemantics(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
DataSemantics
ParseTree DataSemantics(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Decimal
ParseTree Decimal(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Decimal
ParseTree Decimal(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Declaration
ParseTree Declaration(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Declaration
ParseTree Declaration(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
EmptyParameterList
ParseTree EmptyParameterList(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
EmptyParameterList
ParseTree EmptyParameterList(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Enum
ParseTree Enum(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Enum
ParseTree Enum(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
EnumBase
ParseTree EnumBase(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
EnumBase
ParseTree EnumBase(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
EnumMember
ParseTree EnumMember(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
EnumMember
ParseTree EnumMember(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
EscapeSequence
ParseTree EscapeSequence(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
EscapeSequence
ParseTree EscapeSequence(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ExternFunction
ParseTree ExternFunction(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ExternFunction
ParseTree ExternFunction(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ExternFunctionLocation
ParseTree ExternFunctionLocation(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ExternFunctionLocation
ParseTree ExternFunctionLocation(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Field
ParseTree Field(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Field
ParseTree Field(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
FieldModifiers
ParseTree FieldModifiers(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
FieldModifiers
ParseTree FieldModifiers(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Finalizer
ParseTree Finalizer(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Finalizer
ParseTree Finalizer(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
FixedIntegralType
ParseTree FixedIntegralType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
FixedIntegralType
ParseTree FixedIntegralType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
FloatingPointType
ParseTree FloatingPointType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
FloatingPointType
ParseTree FloatingPointType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Function
ParseTree Function(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Function
ParseTree Function(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
FunctionBody
ParseTree FunctionBody(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
FunctionBody
ParseTree FunctionBody(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
FunctionModifiers
ParseTree FunctionModifiers(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
FunctionModifiers
ParseTree FunctionModifiers(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
FunctionType
ParseTree FunctionType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
FunctionType
ParseTree FunctionType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
GenericParameters
ParseTree GenericParameters(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
GenericParameters
ParseTree GenericParameters(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Hexadecimal
ParseTree Hexadecimal(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Hexadecimal
ParseTree Hexadecimal(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Import
ParseTree Import(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Import
ParseTree Import(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
InferredType
ParseTree InferredType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
InferredType
ParseTree InferredType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
InheritanceList
ParseTree InheritanceList(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
InheritanceList
ParseTree InheritanceList(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Integer
ParseTree Integer(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Integer
ParseTree Integer(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
IntegerSuffix
ParseTree IntegerSuffix(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
IntegerSuffix
ParseTree IntegerSuffix(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
IntegralType
ParseTree IntegralType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
IntegralType
ParseTree IntegralType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Interface
ParseTree Interface(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Interface
ParseTree Interface(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
InterfaceMember
ParseTree InterfaceMember(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
InterfaceMember
ParseTree InterfaceMember(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
LineComment
ParseTree LineComment(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
LineComment
ParseTree LineComment(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Literal
ParseTree Literal(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Literal
ParseTree Literal(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Method
ParseTree Method(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Method
ParseTree Method(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
MethodBody
ParseTree MethodBody(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
MethodBody
ParseTree MethodBody(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
MethodModifiers
ParseTree MethodModifiers(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
MethodModifiers
ParseTree MethodModifiers(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Module
ParseTree Module(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Module
ParseTree Module(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ModuleConstructor
ParseTree ModuleConstructor(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ModuleConstructor
ParseTree ModuleConstructor(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ModuleFinalizer
ParseTree ModuleFinalizer(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ModuleFinalizer
ParseTree ModuleFinalizer(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ModuleFunction
ParseTree ModuleFunction(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ModuleFunction
ParseTree ModuleFunction(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Null
ParseTree Null(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Null
ParseTree Null(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
NullableType
ParseTree NullableType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
NullableType
ParseTree NullableType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Octal
ParseTree Octal(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Octal
ParseTree Octal(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Operator
ParseTree Operator(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Operator
ParseTree Operator(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
OperatorBody
ParseTree OperatorBody(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
OperatorBody
ParseTree OperatorBody(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Parameter
ParseTree Parameter(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Parameter
ParseTree Parameter(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ParameterList
ParseTree ParameterList(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ParameterList
ParseTree ParameterList(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ParameterModifiers
ParseTree ParameterModifiers(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ParameterModifiers
ParseTree ParameterModifiers(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ParameterTypes
ParseTree ParameterTypes(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ParameterTypes
ParseTree ParameterTypes(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
PointerType
ParseTree PointerType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
PointerType
ParseTree PointerType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Program
ParseTree Program(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Program
ParseTree Program(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Property
ParseTree Property(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Property
ParseTree Property(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
PropertyBody
ParseTree PropertyBody(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
PropertyBody
ParseTree PropertyBody(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
PropertyGetter
ParseTree PropertyGetter(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
PropertyGetter
ParseTree PropertyGetter(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
PropertyModifiers
ParseTree PropertyModifiers(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
PropertyModifiers
ParseTree PropertyModifiers(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
PropertySetter
ParseTree PropertySetter(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
PropertySetter
ParseTree PropertySetter(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Qualifiedidentifier
ParseTree Qualifiedidentifier(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Qualifiedidentifier
ParseTree Qualifiedidentifier(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
RawFunction
ParseTree RawFunction(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
RawFunction
ParseTree RawFunction(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
RawFunctionBody
ParseTree RawFunctionBody(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
RawFunctionBody
ParseTree RawFunctionBody(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Real
ParseTree Real(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Real
ParseTree Real(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
RealSuffix
ParseTree RealSuffix(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
RealSuffix
ParseTree RealSuffix(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
ReturnType
ParseTree ReturnType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ReturnType
ParseTree ReturnType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Sign
ParseTree Sign(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Sign
ParseTree Sign(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Size
ParseTree Size(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Size
ParseTree Size(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
StaticConstructorBody
ParseTree StaticConstructorBody(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
StaticConstructorBody
ParseTree StaticConstructorBody(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
StaticConstructorModifiers
ParseTree StaticConstructorModifiers(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
StaticConstructorModifiers
ParseTree StaticConstructorModifiers(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
String
ParseTree String(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
String
ParseTree String(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Struct
ParseTree Struct(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Struct
ParseTree Struct(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
StructConstructor
ParseTree StructConstructor(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
StructConstructor
ParseTree StructConstructor(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
StructFinalizer
ParseTree StructFinalizer(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
StructFinalizer
ParseTree StructFinalizer(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
StructMember
ParseTree StructMember(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
StructMember
ParseTree StructMember(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
StructModifiers
ParseTree StructModifiers(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
StructModifiers
ParseTree StructModifiers(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
TupleType
ParseTree TupleType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
TupleType
ParseTree TupleType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Type
ParseTree Type(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
Type
ParseTree Type(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
TypeModifiers
ParseTree TypeModifiers(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
TypeModifiers
ParseTree TypeModifiers(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
TypeReference
ParseTree TypeReference(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
TypeReference
ParseTree TypeReference(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
TypeSpecification
ParseTree TypeSpecification(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
TypeSpecification
ParseTree TypeSpecification(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
UnicodeSequence
ParseTree UnicodeSequence(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
UnicodeSequence
ParseTree UnicodeSequence(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
VectorType
ParseTree VectorType(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
VectorType
ParseTree VectorType(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Visibility
ParseTree Visibility(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
Visibility
ParseTree Visibility(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
decimateTree
ParseTree decimateTree(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
ParseTree opCall(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
ParseTree opCall(string input)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

memo
ParseTree[Tuple!(string, uint)] memo;
Undocumented in source.
names
bool[string] names;
Undocumented in source.

Meta