issues
search
boolangery
/
py-lua-parser
A Lua parser and AST builder written in Python.
MIT License
124
stars
39
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Parsing fails when the source code contains UTF-8 encoded strings
#61
finn-cz
opened
23 hours ago
0
bad performance caused by "print(val)" in the "parse" of ast.py
#60
pracio
opened
1 week ago
0
Bitwise operators mis-parsed
#59
Discookie
opened
3 weeks ago
0
luaparser no longer works with python 3.13
#58
finn-cz
closed
1 month ago
0
Brackets are absent in output of AST->source_code conversion
#57
Real-Gecko
closed
1 month ago
2
Failure to parse chained comparisons
#56
bendrissou
closed
1 month ago
0
Logical expression not correctly parsed
#55
Helloworld152
closed
11 months ago
0
ULengthOp not correctly parsed
#54
hmdxr
closed
1 month ago
0
Ambiguous syntax detected
#53
zumoshi
closed
1 month ago
1
Fixed docs build error
#52
angelo234
closed
1 month ago
0
Literal string gets evaluated as Lua code
#51
bendrissou
opened
1 year ago
4
Failure to reject incorrect inputs: missing function call arguments
#50
bendrissou
closed
1 month ago
1
Failure to reject incorrect inputs: name token
#49
bendrissou
closed
1 month ago
1
Refusing to parse chained conditions without parentheses, eg "if a == b == c then"
#48
Wha-The
closed
1 month ago
1
Fix missing first_token and last_token
#47
Tomclancysi
closed
1 month ago
0
fix: multimethod not declared in setup.py
#46
mochaaP
closed
1 year ago
0
Fix two issues with ast.to_lua_source()
#45
quarantin
closed
1 year ago
0
to_lua_source issue when returning empty value
#44
quarantin
closed
1 year ago
0
Strings are not being parsed
#43
fabi321
closed
1 month ago
0
luaparser.utils.visitor.VisitorException: No visitor found for class <class 'dict'>
#42
4rmy
closed
1 year ago
1
wrong precedence parsing the length operation (#)
#41
tony-song
closed
1 month ago
2
"expected chunk" but actually "didn't expect \\n or maybe <"
#40
Starshine09
closed
1 month ago
1
Comments with Chinese characters are discarded
#39
tony-song
closed
1 month ago
0
is ULengthOP Operator precedence Incorrected?
#38
ctemple
closed
1 month ago
1
AST deserialization (to_lua_source) issue with assign's that have no values
#37
SpiritXmas
closed
1 year ago
1
Fix Missing Parentheses
#36
IAMSPYS
closed
1 year ago
2
Parsing removes parentheses
#35
IAMSPYS
closed
1 year ago
1
ast.to_lua_source doesn't add parenthesis to expressions
#34
fabi321
closed
1 year ago
1
Bitwise precedence is wrong
#33
fabi321
closed
1 month ago
18
Add brackets in table if no key
#32
alkino
closed
1 year ago
0
Support \u{XX} in strings
#31
alkino
closed
1 year ago
1
Fail to reject an invalid escape sequence
#30
bendrissou
closed
1 year ago
1
Fail to reject unassigned global variable declaration
#29
bendrissou
closed
1 year ago
0
Comments in the end of Node will be skipped
#28
DoooReyn
closed
1 year ago
0
Can't parse call expressions in LocalAssign
#27
uniquadev
closed
1 year ago
1
Rendering Some Lua Tables False
#26
Asterata
closed
1 year ago
1
fix indent
#25
penguinol
closed
2 years ago
1
Wrong intent when calling to_lua_source()
#24
penguinol
closed
2 years ago
0
Add Docs website / build instructions
#23
Friendly-Banana
closed
1 year ago
0
TypeError: ord() expected string of length 1, but int found
#22
QiuleiWang
closed
2 years ago
2
Node don't support pickling anymore
#21
ypaliy-vdoo
closed
2 years ago
1
Feature/support pickling nodes
#20
ypaliy-vdoo
closed
2 years ago
0
[Request] Can you please make a new PyPi release?
#19
ypaliy-vdoo
closed
3 years ago
1
Incorrect line number returned from line property.
#18
ypaliy-vdoo
closed
3 years ago
0
[Bug] Some Comment Data Ignored
#17
TurtleP
closed
3 years ago
2
Feature/poc add line numbers
#16
ypaliy-vdoo
closed
3 years ago
0
Comments are ignored if they are written after the last line of a table ending with a comma
#15
houssam-haydar-sb
closed
3 years ago
0
Broken on 3.8, same error as issue #11
#14
dargueta
closed
3 years ago
4
Added demo of adding lines to nodes.
#13
ypaliy-vdoo
closed
3 years ago
0
Keep source code information in AST nodes such as lineno, start and end char position.
#12
ypaliy
closed
3 years ago
5
Next