Type | Description |
---|---|
Constant | |
Expression | |
Hint | |
HintNode | |
LambdaArg | |
LambdaBody | |
Pattern | |
Suggestion |
Module | Description |
---|---|
CommonParsers | |
Constants | |
Expressions | |
Identifiers |
Need to change isLetter so that it's using unicode character classes. |
MergeSyntaxTrees |
Provides a way of creating a single list from any number of hint ASTs. Means we can simply iterate over a single list for each node in the F# tree when matching hints rather than check each hint AST for each node. |
NumericLiterals |
Not supporting hex single and hex float right now. Decimal float currently will lose precision. |
Operators | |
Patterns | |
StringAndCharacterLiterals |
Name | Description |
---|---|
charListToString
Signature: charListToString charList
|
|
pischar
Signature: pischar chars
|
|
pnotchar
Signature: pnotchar chars
|
|
pexpressionbasedhint
Signature: pexpressionbasedhint
|
|
ppatternbasedhint
Signature: ppatternbasedhint
|
|
phint
Signature: phint
|