package lua_parser
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A Lua 5.2 Parser
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.0.0.tar.gz
md5=040b79da95d5dbe7d5d2ecc03320b72e
sha512=537e2b38bf8590e9fc4592f4e39a6a8ad3029693e6b052376d342c13be9349fa4db3d3a2557e7ffaeb6580ad929d681271d951d0b619d3c6ca448042412e4a74
doc/lua_parser.lib/Lua_parser/Ast/index.html
Module Lua_parser.AstSource
Source
type ast = | Break| Ellipsis| Ident of string| Number of string| Bool of string| String of string| Args of ast| Assign of ast * ast| Binop of string * ast * ast| Do of ast| Elseif of ast * ast| Fassign of ast * ast| Fbody of ast * ast| For1 of ast * ast * ast * ast| For2 of ast * ast * ast * ast * ast| Forin of ast * ast * ast| Function of ast * ast| FunctionE of ast| Goto of ast| If1 of ast * ast| If2 of ast * ast * ast| If3 of ast * ast * ast| If4 of ast * ast * ast * ast| Key1 of ast| Key2 of ast| Label of ast| Lassign of ast * ast| Lfunction of ast * ast| Lnames of ast| Member of ast * ast| Mcall of ast * ast * ast| Pexp of ast| Repeat of ast * ast| Return of ast| Table of ast| Unop of string * ast| Vargs of ast| While of ast * ast| Clist of ast list| Elist of ast list| FNlist of ast list| Slist of ast list
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>