package lua_parser
A Lua 5.2 Parser
Install
Dune Dependency
Authors
Maintainers
Sources
1.0.0.tar.gz
md5=040b79da95d5dbe7d5d2ecc03320b72e
sha512=537e2b38bf8590e9fc4592f4e39a6a8ad3029693e6b052376d342c13be9349fa4db3d3a2557e7ffaeb6580ad929d681271d951d0b619d3c6ca448042412e4a74
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
(* 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 | 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)"
>