aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/testLua/yueliang-0.4.1/OlderNews
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/testLua/yueliang-0.4.1/OlderNews')
-rw-r--r--LuaSL/testLua/yueliang-0.4.1/OlderNews43
1 files changed, 0 insertions, 43 deletions
diff --git a/LuaSL/testLua/yueliang-0.4.1/OlderNews b/LuaSL/testLua/yueliang-0.4.1/OlderNews
deleted file mode 100644
index 7fe9c9e..0000000
--- a/LuaSL/testLua/yueliang-0.4.1/OlderNews
+++ /dev/null
@@ -1,43 +0,0 @@
1OLDER NEWS
2
3Major changes for version 0.2.4 (details in the ChangeLog):
4* Completely reworked native parser skeleton for 5.0.3
5 (Partially working, test snippets and logging messages being written
6 in order to verify it. This is a test run limited to a parser
7 skeleton before doing a full native implementation for 5.1.x)
8
9Major changes for version 0.2.3 (details in the ChangeLog):
10* Updated front end to 5.1.3
11
12Major changes for version 0.2.2 (details in the ChangeLog):
13* Updated front end to 5.1.2
14
15Major changes for version 0.2.1 (details in the ChangeLog):
16* Added a parser test suite for both 5.0.3 and 5.1.1 front ends
17* One bug fixed for the 5.1.1 front end
18
19Major changes for version 0.2.0 (details in the ChangeLog):
20* Yueliang can generate Lua 5.1.1 binary chunks now
21
22Major changes for version 0.1.4 (details in the ChangeLog):
23* updated 5.0.2 material to 5.0.3, front end test script
24* updated 5.1 material to 5.1.1, added ldump.lua, lopcodes.lua,
25 and some test scripts, lexer debugged
26
27Major changes for version 0.1.3 (details in the ChangeLog):
28* added a Lua-style expression parsing demonstrator
29* added lexer for Lua 5.1
30* native versions of Lua 5.0.2 lexer in the nat-5.0.2 directory
31* 0.1.3 will be the last version of Yueliang for Lua 5.0.2
32
33Major changes for version 0.1.2 (details in the ChangeLog):
34* added test cases for number conversion functions in ldump.lua
35 (recognizes +/- infinity now)
36
37Major changes for version 0.1.1 (details in the ChangeLog):
38* added a script to generate a call graph or hierarchy
39
40Major changes for version 0.1.0 (details in the ChangeLog):
41* initial release: lexer/parser/code generator works, and binary
42 chunks can be produced
43