package lua_parser
A Lua 5.2 Parser
Install
Dune Dependency
Authors
Maintainers
Sources
1.0.2.tar.gz
md5=35b1a3c607a0e23f81322f4b99b11d13
sha512=ed3995928aaf87d68114a9d5bee1ca5b41dd359134589ef6eba4ea2cc5b41a78bc4ac35603301dc1bd29260a0908c6142fabf689a7a7d8b76a3abf8ecdbd9194
doc/src/lua_parser.lib/tokens.ml.html
Source file tokens.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
(* 65;6602;1c The MIT License Copyright (c) 2020 Jason D. Nielsen <drjdnielsen@gmail.com> *) open Sexplib.Conv type token = | PLUS | MINUS | MULT | DIV | MOD | CARAT | GT | LT | GE | LE | EQ | NE | ASSIGN | DOT | CAT | ELLIPSIS | COLON | DCOLON | SEMI | COMMA | HASH | LB | RB | LCB | RCB | LPAR | RPAR | AND | BREAK | DO | ELSE | ELSEIF | END | FOR | FUNCTION | GOTO | IF | IN | LOCAL | NOT | NOARG | OR | REPEAT | RETURN | THEN | UNTIL | WHILE | NUM_CONST of string | IDENT of string | BOOL of string | STR_CONST of string | EOF [@@deriving sexp, show]
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>