package pfff
Tools and APIs for program analysis, code visualization, refactoring
Install
Dune Dependency
Authors
Maintainers
Sources
0.39.3.tar.gz
md5=4d66e9bfbc4cca184d4b6c4db8b1ecd3
sha512=d6949417711a966adb706976de6db160a1c16389c90fa7f744024a23feaadfc319be126975ddb058213340bacceb868c669ef2087cdc69fde35209456759db1f
doc/pfff-lang_ml/Parser_ml/index.html
Module Parser_ml
type token =
| TUnknown of Parse_info.t
| EOF of Parse_info.t
| TCommentSpace of Parse_info.t
| TCommentNewline of Parse_info.t
| TComment of Parse_info.t
| TCommentMisc of Parse_info.t
| TInt of string * Parse_info.t
| TFloat of string * Parse_info.t
| TChar of string * Parse_info.t
| TString of string * Parse_info.t
| TLowerIdent of string * Parse_info.t
| TUpperIdent of string * Parse_info.t
| TLabelUse of string * Parse_info.t
| TLabelDecl of string * Parse_info.t
| TOptLabelUse of string * Parse_info.t
| TOptLabelDecl of string * Parse_info.t
| Tfun of Parse_info.t
| Tfunction of Parse_info.t
| Trec of Parse_info.t
| Ttype of Parse_info.t
| Tof of Parse_info.t
| Tif of Parse_info.t
| Tthen of Parse_info.t
| Telse of Parse_info.t
| Tmatch of Parse_info.t
| Twith of Parse_info.t
| Twhen of Parse_info.t
| Tlet of Parse_info.t
| Tin of Parse_info.t
| Tas of Parse_info.t
| Ttry of Parse_info.t
| Texception of Parse_info.t
| Tbegin of Parse_info.t
| Tend of Parse_info.t
| Tfor of Parse_info.t
| Tdo of Parse_info.t
| Tdone of Parse_info.t
| Tdownto of Parse_info.t
| Twhile of Parse_info.t
| Tto of Parse_info.t
| Tval of Parse_info.t
| Texternal of Parse_info.t
| Ttrue of Parse_info.t
| Tfalse of Parse_info.t
| Tmodule of Parse_info.t
| Topen of Parse_info.t
| Tfunctor of Parse_info.t
| Tinclude of Parse_info.t
| Tsig of Parse_info.t
| Tstruct of Parse_info.t
| Tclass of Parse_info.t
| Tnew of Parse_info.t
| Tinherit of Parse_info.t
| Tconstraint of Parse_info.t
| Tinitializer of Parse_info.t
| Tmethod of Parse_info.t
| Tobject of Parse_info.t
| Tprivate of Parse_info.t
| Tvirtual of Parse_info.t
| Tlazy of Parse_info.t
| Tmutable of Parse_info.t
| Tassert of Parse_info.t
| Tand of Parse_info.t
| Tor of Parse_info.t
| Tmod of Parse_info.t
| Tlor of Parse_info.t
| Tlsl of Parse_info.t
| Tlsr of Parse_info.t
| Tlxor of Parse_info.t
| Tasr of Parse_info.t
| Tland of Parse_info.t
| TOParen of Parse_info.t
| TCParen of Parse_info.t
| TOBrace of Parse_info.t
| TCBrace of Parse_info.t
| TOBracket of Parse_info.t
| TCBracket of Parse_info.t
| TOBracketPipe of Parse_info.t
| TPipeCBracket of Parse_info.t
| TOBracketLess of Parse_info.t
| TGreaterCBracket of Parse_info.t
| TOBraceLess of Parse_info.t
| TGreaterCBrace of Parse_info.t
| TOBracketGreater of Parse_info.t
| TColonGreater of Parse_info.t
| TDot of Parse_info.t
| TDotDot of Parse_info.t
| TComma of Parse_info.t
| TEq of Parse_info.t
| TAssign of Parse_info.t
| TAssignMutable of Parse_info.t
| TColon of Parse_info.t
| TColonColon of Parse_info.t
| TBang of Parse_info.t
| TBangEq of Parse_info.t
| TTilde of Parse_info.t
| TPipe of Parse_info.t
| TSemiColon of Parse_info.t
| TSemiColonSemiColon of Parse_info.t
| TQuestion of Parse_info.t
| TQuestionQuestion of Parse_info.t
| TUnderscore of Parse_info.t
| TStar of Parse_info.t
| TArrow of Parse_info.t
| TQuote of Parse_info.t
| TBackQuote of Parse_info.t
| TAnd of Parse_info.t
| TAndAnd of Parse_info.t
| TSharp of Parse_info.t
| TMinusDot of Parse_info.t
| TPlusDot of Parse_info.t
| TPlus of Parse_info.t
| TMinus of Parse_info.t
| TLess of Parse_info.t
| TGreater of Parse_info.t
| TPrefixOperator of string * Parse_info.t
| TInfixOperator of string * Parse_info.t
| TBracketAt of Parse_info.t
| TBracketAtAt of Parse_info.t
| TBracketAtAtAt of Parse_info.t
| TBracketPercent of Parse_info.t
| TBracketPercentPercent of Parse_info.t
| TSharpDirective of Parse_info.t
val interface :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Cst_ml.toplevel list
val implementation :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Cst_ml.toplevel list
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>