kikito
|
844c14f52c
|
quick and dirty attempt at printing eLua romtables (no tests)
|
11 years ago |
Kodi Arfer
|
fbb524a813
|
removed use of string.quote("%q", str)
|
11 years ago |
Kodi Arfer
|
0303fec453
|
tweaked string escaping, fixing GH-9
|
11 years ago |
Kodi Arfer
|
588486afde
|
removed ineffectual entry in controlCharsTranslation
|
11 years ago |
Kodi Arfer
|
a5291a2a2c
|
renamed "unescape" functions to "escape"
These functions replace raw characters with escape sequences rather than the reverse.
|
11 years ago |
kikito
|
455fc40587
|
updated version to 2.0.0
|
12 years ago |
kikito
|
76138d86a7
|
added filter option
|
12 years ago |
kikito
|
8a65da658a
|
made depth an options parameter
|
12 years ago |
kikito
|
e898803196
|
reordering of code in inspect.lua
|
12 years ago |
kikito
|
0de3c69e5d
|
made inspect.lua not object-oriented
|
12 years ago |
kikito
|
7a0dae850d
|
renamed comma variable
|
12 years ago |
kikito
|
c34213d266
|
refactor type sorting
|
12 years ago |
kikito
|
04aea86a32
|
refactoring of id-related metatables
|
12 years ago |
kikito
|
e15c40b238
|
moved to MIT license
|
12 years ago |
Cheyi Lin
|
59e989480d
|
remove local declarations at the top
|
12 years ago |
Cheyi Lin
|
2a0214c0b7
|
remove duplicated declaration
|
12 years ago |
Cheyi Lin
|
f9575fd443
|
arbitrary type support (e.g., LuaJIT's cdata)
|
12 years ago |
kikito
|
091b62cd5d
|
bump to v1.2.1
|
12 years ago |
kikito
|
2b502e1a81
|
fixed metatable-related loop when a table is its own index. References #4
|
12 years ago |
kikito
|
1514d86828
|
fix overflow when a table is its own metatable. References #4
|
12 years ago |
kikito
|
14a63ac985
|
transformed inspect into a callable table with _VERSION attribute
|
13 years ago |
kikito
|
66ffbd5ed1
|
bumped version to 1.2.0
|
13 years ago |
kikito
|
78c4643ba0
|
made depth default to infinite
|
13 years ago |
kikito
|
b744b7f3f8
|
removed table ids from tables that appear less than twice. Fixes #2
|
13 years ago |
kikito
|
fa1ef6683e
|
other minor refactors
|
13 years ago |
kikito
|
282800b478
|
small refactor
|
13 years ago |
Enrique García Cota
|
6099c50497
|
v1.1.1
|
14 years ago |
Enrique García Cota
|
4c92bad614
|
simplified spec running. Added new instructions for it. Managed case where __toString throws an error. Made local a function that was global by mistake
|
14 years ago |
Enrique García Cota
|
8804f4f1a8
|
added counters for functions, tables, userdata and threads. updated to v1.1
|
14 years ago |
Enrique García Cota
|
b0d37e5251
|
fixed comment typos
|
14 years ago |
Enrique García Cota
|
1583badc2f
|
updating version to 1.0
|
14 years ago |
Enrique García Cota
|
f46ce9b86b
|
added __tostring comment at the beginning, if possible
|
14 years ago |
Enrique García Cota
|
395b02ecbe
|
added metatable support
|
14 years ago |
Enrique García Cota
|
4ddef3ccae
|
refactorized putTable & comma control
|
14 years ago |
Enrique García Cota
|
845a045962
|
refactorized level control
|
14 years ago |
Enrique García Cota
|
4572d02f72
|
I didnt commit the right stuff on previous commit. fixing that
|
14 years ago |
Enrique García Cota
|
4e3eb102ed
|
tables working quite well, I am happy :)
|
14 years ago |
Enrique García Cota
|
b51be52bf0
|
nested dictionary tables start working
|
14 years ago |
Enrique García Cota
|
51153a31c6
|
first tests with dictionary-type table are passing!
|
14 years ago |
Enrique García Cota
|
ecf208a938
|
organized tests into groups
|
14 years ago |
Enrique García Cota
|
87b3e1d82c
|
strings were a bit difficult
|
14 years ago |
Enrique García Cota
|
b8286f82dc
|
nested tables
|
14 years ago |
Enrique García Cota
|
77104ea09e
|
simple arrays
|
14 years ago |
Enrique García Cota
|
b66508cb56
|
you are right. scrapping everything over and starting again
|
14 years ago |
Enrique García Cota
|
3d3840393e
|
allright, so you just wrote a bunch of code without writing any tests. Now scrap it and start over, writing those damn tests!
|
14 years ago |
Enrique García Cota
|
afb50da598
|
initial commit
|
14 years ago |