package pfff
Tools and APIs for program analysis, code visualization, refactoring
Install
Dune Dependency
Authors
Maintainers
Sources
0.39.5.tar.gz
md5=e23dbd320a8681b74315162a02bf97a7
sha512=2998432bcd6d9a459331d733c4446d35459d42787fcf2fd332d3ec5131a4d358bb8f060b45d38696bcd584e1eaa8c1b21b82d7d3005e83c1ecefd22fec842ee7
doc/pfff-lang_skip/Parser_skip/index.html
Module Parser_skip
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
| 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
| Tconst of Parse_info.t
| Tfun of Parse_info.t
| Talias of Parse_info.t
| Tasync of Parse_info.t
| Tawait of Parse_info.t
| Ttry of Parse_info.t
| Tcatch of Parse_info.t
| Tclass of Parse_info.t
| Ttrait of Parse_info.t
| Textends of Parse_info.t
| Tchildren of Parse_info.t
| Tfinal of Parse_info.t
| Tprivate of Parse_info.t
| Tprotected of Parse_info.t
| Tthis of Parse_info.t
| Tif of Parse_info.t
| Telse of Parse_info.t
| Tmatch of Parse_info.t
| Tfrom of Parse_info.t
| Tmodule of Parse_info.t
| Tmutable of Parse_info.t
| Tnative of Parse_info.t
| Tuses of Parse_info.t
| Tstatic of Parse_info.t
| Tthrow of Parse_info.t
| Tas of Parse_info.t
| Ttype of Parse_info.t
| Tvoid of Parse_info.t
| Twatch of Parse_info.t
| Twhen of Parse_info.t
| Twith of Parse_info.t
| Tbase of Parse_info.t
| Tcapture of Parse_info.t
| Tdefault of Parse_info.t
| Tdeferred of Parse_info.t
| Tinst of Parse_info.t
| TnonNullable of Parse_info.t
| Tuntracked of Parse_info.t
| Tvalue of Parse_info.t
| Ttrue of Parse_info.t
| Tfalse of Parse_info.t
| Toverridable of Parse_info.t
| Treadonly of Parse_info.t
| Tmacro of Parse_info.t
| Tfor of Parse_info.t
| Tin of Parse_info.t
| Textension of Parse_info.t
| Tyield of Parse_info.t
| Tbreak of Parse_info.t
| Tcontinue of Parse_info.t
| Tmemoized of Parse_info.t
| Tfrozen of Parse_info.t
| Tdo of Parse_info.t
| Twhile of Parse_info.t
| Tloop of Parse_info.t
| TEq of Parse_info.t
| TEqDot 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
| TDot of Parse_info.t
| TArrow of Parse_info.t
| TTildeArrow of Parse_info.t
| TEqualArrow of Parse_info.t
| TComma of Parse_info.t
| TColon of Parse_info.t
| TColonColon of Parse_info.t
| TSemiColon of Parse_info.t
| TSemiColonSemiColon of Parse_info.t
| TPipe of Parse_info.t
| TQuestion of Parse_info.t
| TAt of Parse_info.t
| TSharp of Parse_info.t
| TDollar of Parse_info.t
| TBackquote of Parse_info.t
| TPlus of Parse_info.t
| TMinus of Parse_info.t
| TStar of Parse_info.t
| TDiv of Parse_info.t
| TMod of Parse_info.t
| TEqEq of Parse_info.t
| TBangEq of Parse_info.t
| TLess of Parse_info.t
| TGreater of Parse_info.t
| TLessEq of Parse_info.t
| TGreaterEq of Parse_info.t
| TAnd of Parse_info.t
| THat of Parse_info.t
| TBang of Parse_info.t
| TAndAnd of Parse_info.t
| TPipePipe of Parse_info.t
val main : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast_skip.program
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>