LibDogTag-3.0-r63787
Details
-
FilenameLibDogTag-3.0-r63787.zip
-
Uploaded by
-
UploadedMar 6, 2008
-
Size31.47 KB
-
Downloads206
-
MD5df977e349e426a1779a07e1ed10d1f1b
Supported WoW Retail Versions
- 2.3.3
Changelog
------------------------------------------------------------------------
r63787 | cwdg | 2008-03-07 02:52:58 -0500 (Fri, 07 Mar 2008) | 2 lines
Changed paths:
A /trunk/LibDogTag-3.0/Localization/zhCN.lua
LibDogTag-3.0:
Add zhCN local file
------------------------------------------------------------------------
r63685 | 7destiny | 2008-03-05 11:38:40 -0500 (Wed, 05 Mar 2008) | 1 line
Changed paths:
A /trunk/LibDogTag-3.0/Localization/koKR.lua
M /trunk/LibDogTag-3.0/lib.xml
LibDogTag-3.0: - Add koKR localization
------------------------------------------------------------------------
r63650 | ckknight | 2008-03-05 01:34:41 -0500 (Wed, 05 Mar 2008) | 1 line
Changed paths:
M /trunk/LibDogTag-3.0/Compiler.lua
M /trunk/LibDogTag-3.0/Modules/Operators.lua
M /trunk/LibDogTag-3.0/test.lua
LibDogTag-3.0 - in tags, allow ${arg:string} and ${arg:type} to reference arg's string representation or type, respectively.
------------------------------------------------------------------------
r63643 | ckknight | 2008-03-04 23:39:54 -0500 (Tue, 04 Mar 2008) | 1 line
Changed paths:
M /trunk/LibDogTag-3.0/Parser.lua
M /trunk/LibDogTag-3.0/test.lua
LibDogTag-3.0 - Support in strings, e.g. [Func("Alpha\"Bravo")] works the same as [Func('Alpha"Bravo')]
------------------------------------------------------------------------
r63630 | ckknight | 2008-03-04 21:27:40 -0500 (Tue, 04 Mar 2008) | 4 lines
Changed paths:
A /trunk/LibDogTag-3.0
A /trunk/LibDogTag-3.0/Cleanup.lua
A /trunk/LibDogTag-3.0/Compiler.lua
A /trunk/LibDogTag-3.0/LibDogTag-3.0.lua
A /trunk/LibDogTag-3.0/LibDogTag-3.0.toc
A /trunk/LibDogTag-3.0/LibStub
A /trunk/LibDogTag-3.0/LibStub/LibStub.lua
A /trunk/LibDogTag-3.0/Localization
A /trunk/LibDogTag-3.0/Localization/enUS.lua
A /trunk/LibDogTag-3.0/Modules
A /trunk/LibDogTag-3.0/Modules/Math.lua
A /trunk/LibDogTag-3.0/Modules/Operators.lua
A /trunk/LibDogTag-3.0/Parser.lua
A /trunk/LibDogTag-3.0/lib.xml
A /trunk/LibDogTag-3.0/test.lua
LibDogTag-3.0 - initial commit
- note: this is not to be used yet, it is not finished, it is mostly so I can have a proper code history as well as allowing others to view what I have thus far.
- Differences from 2.0: Different syntax, uses a proper LALR parser instead of regexes. Vigorous testing, no longer unit-specific, that will be part of its own namespace.
Feel free to check out test.lua it's pretty much a full testsuite for LibDogTag-3.0 thus far, and it will stay that way.
------------------------------------------------------------------------