package lua_parser
A Lua 5.2 Parser
Install
Dune Dependency
Authors
Maintainers
Sources
1.0.2.tar.gz
md5=35b1a3c607a0e23f81322f4b99b11d13
sha512=ed3995928aaf87d68114a9d5bee1ca5b41dd359134589ef6eba4ea2cc5b41a78bc4ac35603301dc1bd29260a0908c6142fabf689a7a7d8b76a3abf8ecdbd9194
doc/lua_parser.lib/Lua_parser/Tokens/index.html
Module Lua_parser.Tokens
Source
Source
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
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>